Skip to content

Commit 2a2921b

Browse files
author
Charlie Kassel
committed
add prepublish script back in
1 parent 9cdbd34 commit 2a2921b

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
@@ -25,7 +25,8 @@
2525
"build": "rm -rf dist && node build/build.js",
2626
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
2727
"test": "npm run unit",
28-
"lint": "eslint --ext .js,.vue src test/unit/specs"
28+
"lint": "eslint --ext .js,.vue src test/unit/specs",
29+
"prepublish": "npm run build"
2930
},
3031
"dependencies": {
3132
"babel-runtime": "^6.0.0"

0 commit comments

Comments
 (0)