Skip to content

Commit aa582a0

Browse files
committed
🎨 Add npm script
1 parent 8423c22 commit aa582a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"uglify-es": "^3.3.9"
3333
},
3434
"scripts": {
35+
"prepublishOnly": "node rollup.js",
3536
"test": "mocha --timeout 6000 --check-leaks --reporter spec --bail --exit",
3637
"test-ci":
3738
"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 6000 --check-leaks --reporter spec --exit",

0 commit comments

Comments
 (0)