Skip to content

Commit 46b92e7

Browse files
committed
chore: fix wrong serve port
Closes #174
1 parent 22c9fd4 commit 46b92e7

File tree

2 files changed

+4037
-3265
lines changed

2 files changed

+4037
-3265
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"prepare": "simple-git-hooks",
88
"dev": "vite",
99
"build": "vite build",
10-
"serve": "vite preview --port 4137",
10+
"serve": "vite preview --port 4173",
1111
"type-check": "vue-tsc --noEmit",
1212
"lint": "eslint --fix .",
1313
"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\"",
1616
"test:e2e:local": "cypress open --e2e -c baseUrl=http://localhost:5173",
1717
"test:e2e:prod": "cypress run --e2e -c baseUrl=https://vue3-realworld-example-app-mutoe.vercel.app",
1818
"test:unit": "vitest run",

0 commit comments

Comments
 (0)