Skip to content

Commit 0133319

Browse files
author
Guillaume Chau
committed
test: fix CI artifacts
1 parent 48a5821 commit 0133319

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- run: yarn test
3030

3131
- store_artifacts:
32-
path: packages/@vue/cli-ui/tests/e2e/videos
32+
path: cypress/videos
3333
- store_artifacts:
34-
path: packages/@vue/cli-ui/tests/e2e/screenshots
34+
path: cypress/screenshots

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "cross-env PORT=8100 npm run dev:shell",
8-
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --progress",
8+
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
99
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
1010
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
1111
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",

0 commit comments

Comments
 (0)