Skip to content

Commit b51ccb5

Browse files
committed
run e2e test again production
1 parent 7eaf04d commit b51ccb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"baseUrl": "http://localhost:3000",
2+
"baseUrl": "http://localhost:4200",
33
"video": false
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"jest": "jest",
5858
"cypress:open": "cypress open",
5959
"cypress:run": "cypress run",
60-
"cypress:ci": "start-server-and-test http-get://localhost:3000 cypress:run"
60+
"cypress:ci": "start-server-and-test build-test http://localhost:4200 cypress:run"
6161
},
6262
"husky": {
6363
"hooks": {

0 commit comments

Comments
 (0)