Skip to content

Commit e929e52

Browse files
committed
chore: update package scripts
1 parent d2f6ede commit e929e52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"docs:build": "cd docs && nuxt generate",
1818
"docs:dev": "yarn nuxt dev docs",
1919
"lint": "eslint --ext .ts --ext .vue .",
20-
"prepublishOnly": "yarn build",
21-
"release": "standard-version && git push --follow-tags && npm publish",
20+
"prepack": "yarn build",
21+
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
2222
"test": "yarn lint && yarn jest --forceExit",
2323
"test:e2e": "jest test/e2e --forceExit",
2424
"test:unit": "jest test/unit --forceExit"

0 commit comments

Comments
 (0)