File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- run : yarn test
30
30
31
31
- store_artifacts :
32
- path : packages/@vue/cli-ui/tests/e2e /videos
32
+ path : cypress /videos
33
33
- store_artifacts :
34
- path : packages/@vue/cli-ui/tests/e2e /screenshots
34
+ path : cypress /screenshots
Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"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 " ,
9
9
"dev:chrome" : " cd shells/chrome && webpack --watch --hide-modules" ,
10
10
"lint" : " eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src" ,
11
11
"build" : " cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules" ,
You can’t perform that action at this time.
0 commit comments