We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eefeee commit 0f98800Copy full SHA for 0f98800
package.json
@@ -21,7 +21,8 @@
21
"unit": "karma start test/unit/karma.conf.js --single-run",
22
"e2e": "node test/e2e/runner.js",
23
"test": "npm run unit",
24
- "lint": "eslint --ext .js,.vue src test/unit/specs"
+ "lint": "eslint --ext .js,.vue src test/unit/specs",
25
+ "prepublish": "node build/build.js"
26
},
27
"dependencies": {
28
"babel-runtime": "^6.0.0",
0 commit comments