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.
prepublishOnly
1 parent 4d833f6 commit a4b1da4Copy full SHA for a4b1da4
package.json
@@ -34,7 +34,7 @@
34
"lint": "eslint --ext .js,.vue .",
35
"pretest": "npm run extract",
36
"test": "karma start",
37
- "prepublishOnly": "run-s lint test build"
+ "prepublishOnly": "run-s lint \"test --single-run\" build"
38
},
39
"peerDependencies": {
40
"vue": "2"
0 commit comments