2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 04:00:33 +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
+5 -5
View File
@@ -29,10 +29,10 @@ jobs:
# Test
- run:
name: Test
command: yarn test
name: Unit Tests
command: yarn test:unit --coverage && yarn coverage
# Coverage
# Test
- run:
name: Coverage
command: yarn codecov
name: E2E Tests
command: yarn test:e2e
+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",