Skip to content

Commit a4b1da4

Browse files
committed
🔧 Update prepublishOnly script
1 parent 4d833f6 commit a4b1da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "eslint --ext .js,.vue .",
3535
"pretest": "npm run extract",
3636
"test": "karma start",
37-
"prepublishOnly": "run-s lint test build"
37+
"prepublishOnly": "run-s lint \"test --single-run\" build"
3838
},
3939
"peerDependencies": {
4040
"vue": "2"

0 commit comments

Comments
 (0)