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:
committed by
Alexander Lichter
parent
5cbb5bdc52
commit
c691674612
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user