mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 16:50:34 +03:00
chore: update circlci config for e2e tests
This commit is contained in:
committed by
Alexander Lichter
parent
5cbb5bdc52
commit
c691674612
@@ -29,10 +29,10 @@ jobs:
|
|||||||
|
|
||||||
# Test
|
# Test
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Unit Tests
|
||||||
command: yarn test
|
command: yarn test:unit --coverage && yarn coverage
|
||||||
|
|
||||||
# Coverage
|
# Test
|
||||||
- run:
|
- run:
|
||||||
name: Coverage
|
name: E2E Tests
|
||||||
command: yarn codecov
|
command: yarn test:e2e
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
"build": "yarn build:other && yarn build:es",
|
"build": "yarn build:other && yarn build:es",
|
||||||
"build:es": "rimraf es && babel src --env-name es --out-dir es --ignore 'src/browser.js'",
|
"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",
|
"build:other": "rimraf lib && rollup -c scripts/rollup.config.js",
|
||||||
"codecov": "codecov",
|
"coverage": "codecov",
|
||||||
"predeploy": "git checkout master && git pull -r",
|
"predeploy": "git checkout master && git pull -r",
|
||||||
"deploy": "npm version",
|
"deploy": "npm version",
|
||||||
"postdeploy": "git push origin master --follow-tags && npm run release",
|
"postdeploy": "git push origin master --follow-tags && npm run release",
|
||||||
|
|||||||
Reference in New Issue
Block a user