Skip to content

Commit ab43344

Browse files
committed
rm incorrect port setting
1 parent 0616fcd commit ab43344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"test:e2e:headless": "cypress run --spec 'cypress/e2e/scaffolded-app.cy.js'",
3333
"test:e2e:custom:studio": "cypress open --e2e --config baseUrl=http://localhost:7174",
3434
"test:e2e:custom:studio:headless": "cypress run --spec 'cypress/e2e/custom-questions-studio.cy.js' --config baseUrl=http://localhost:7174",
35-
"test:e2e:custom:dev": "cypress open --e2e --config baseUrl=http://localhost:6173",
36-
"test:e2e:custom:dev:headless": "cypress run --spec 'cypress/e2e/custom-questions-dev.cy.js' --config baseUrl=http://localhost:6173"
35+
"test:e2e:custom:dev": "cypress open --e2e --config baseUrl=http://localhost:5173",
36+
"test:e2e:custom:dev:headless": "cypress run --spec 'cypress/e2e/custom-questions-dev.cy.js'"
3737
},
3838
"keywords": [
3939
"cli",

0 commit comments

Comments
 (0)