Skip to content

Commit 0f98800

Browse files
committed
✨ Add prepublish command to package.json for np
1 parent 8eefeee commit 0f98800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"unit": "karma start test/unit/karma.conf.js --single-run",
2222
"e2e": "node test/e2e/runner.js",
2323
"test": "npm run unit",
24-
"lint": "eslint --ext .js,.vue src test/unit/specs"
24+
"lint": "eslint --ext .js,.vue src test/unit/specs",
25+
"prepublish": "node build/build.js"
2526
},
2627
"dependencies": {
2728
"babel-runtime": "^6.0.0",

0 commit comments

Comments
 (0)