Browse Source

Update script

Use prepublishOnly instead of prepublish.
tags/0.3.0
TheoryOfNekomata 4 years ago
parent
commit
5ea49ff321
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

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


Loading…
Cancel
Save