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

chore: update circlci config for e2e tests

This commit is contained in:
pimlie
2019-03-09 18:10:13 +01:00
committed by Alexander Lichter
parent 5cbb5bdc52
commit c691674612
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"build": "yarn build:other && yarn build:es",
"build:es": "rimraf es && babel src --env-name es --out-dir es --ignore 'src/browser.js'",
"build:other": "rimraf lib && rollup -c scripts/rollup.config.js",
"codecov": "codecov",
"coverage": "codecov",
"predeploy": "git checkout master && git pull -r",
"deploy": "npm version",
"postdeploy": "git push origin master --follow-tags && npm run release",