소스 검색

Update script

Use prepublishOnly instead of prepublish.
tags/0.3.0
부모
커밋
5ea49ff321
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@@ -39,7 +39,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"prepublish": "rm -rf dist/ && rollup -c",
"prepublishOnly": "rm -rf dist/ && rollup -c",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",


불러오는 중...
취소
저장