2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 11:20:34 +03:00

chore: dont build twice on release

This commit is contained in:
pimlie
2019-08-04 12:43:39 +02:00
parent 71a460b08a
commit b01ea7bc2c
+1 -1
View File
@@ -51,7 +51,7 @@
"docs:build": "vuepress build docs",
"lint": "eslint src test",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && yarn build && standard-version",
"release": "yarn lint && yarn test && standard-version",
"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",