Skip to content

Commit

Permalink
test: fix CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jul 26, 2018
1 parent 48a5821 commit 0133319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- run: yarn test

- store_artifacts:
path: packages/@vue/cli-ui/tests/e2e/videos
path: cypress/videos
- store_artifacts:
path: packages/@vue/cli-ui/tests/e2e/screenshots
path: cypress/screenshots
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "cross-env PORT=8100 npm run dev:shell",
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --progress",
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
Expand Down

0 comments on commit 0133319

Please sign in to comment.