Browse Source

Update publish script

Make sure to build scripts before publishing to registry.
tags/0.3.0
TheoryOfNekomata 4 years ago
parent
commit
0bb320cf3a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      package.json

+ 1
- 0
package.json View File

@@ -39,6 +39,7 @@
"typescript": "^3.9.7" "typescript": "^3.9.7"
}, },
"scripts": { "scripts": {
"prepublish": "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