File tree Expand file tree Collapse file tree 2 files changed +4037
-3265
lines changed Expand file tree Collapse file tree 2 files changed +4037
-3265
lines changed Original file line number Diff line number Diff line change 7
7
"prepare" : " simple-git-hooks" ,
8
8
"dev" : " vite" ,
9
9
"build" : " vite build" ,
10
- "serve" : " vite preview --port 4137 " ,
10
+ "serve" : " vite preview --port 4173 " ,
11
11
"type-check" : " vue-tsc --noEmit" ,
12
12
"lint" : " eslint --fix ." ,
13
13
"test" : " npm run test:unit && npm run test:e2e:ci" ,
14
- "test:e2e" : " npm run build && concurrently -rk -s first \" npm run serve\" \" cypress open --e2e -c baseUrl=http://localhost:4137 \" " ,
15
- "test:e2e:ci" : " npm run build && concurrently -rk -s first \" npm run serve\" \" cypress run --e2e -c baseUrl=http://localhost:4137 \" " ,
14
+ "test:e2e" : " npm run build && concurrently -rk -s first \" npm run serve\" \" cypress open --e2e -c baseUrl=http://localhost:4173 \" " ,
15
+ "test:e2e:ci" : " npm run build && concurrently -rk -s first \" npm run serve\" \" cypress run --e2e -c baseUrl=http://localhost:4173 \" " ,
16
16
"test:e2e:local" : " cypress open --e2e -c baseUrl=http://localhost:5173" ,
17
17
"test:e2e:prod" : " cypress run --e2e -c baseUrl=https://vue3-realworld-example-app-mutoe.vercel.app" ,
18
18
"test:unit" : " vitest run" ,
You can’t perform that action at this time.
0 commit comments