2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 07:40:33 +03:00

chore: use std-ver hooks

This commit is contained in:
pimlie
2019-08-04 12:23:20 +02:00
parent fac05b54b0
commit 2c46b51549
3 changed files with 13 additions and 4 deletions
-1
View File
@@ -52,7 +52,6 @@
"lint": "eslint src test",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && yarn build && standard-version",
"postrelease": "yarn build && git add -f dist/* && git commit --amend",
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
"test:e2e-ssr": "jest test/e2e/ssr",
"test:e2e-browser": "jest test/e2e/browser",