瀏覽代碼

Update script

Use prepublishOnly instead of prepublish.
tags/0.3.0
TheoryOfNekomata 4 年之前
父節點
當前提交
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",


Loading…
取消
儲存