We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f6ede commit e929e52Copy full SHA for e929e52
1 file changed
package.json
@@ -17,8 +17,8 @@
17
"docs:build": "cd docs && nuxt generate",
18
"docs:dev": "yarn nuxt dev docs",
19
"lint": "eslint --ext .ts --ext .vue .",
20
- "prepublishOnly": "yarn build",
21
- "release": "standard-version && git push --follow-tags && npm publish",
+ "prepack": "yarn build",
+ "release": "yarn test && standard-version && git push --follow-tags && npm publish",
22
"test": "yarn lint && yarn jest --forceExit",
23
"test:e2e": "jest test/e2e --forceExit",
24
"test:unit": "jest test/unit --forceExit"
0 commit comments