diff --git a/package.json b/package.json index e63508b8d7..b71a463abf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "silent-test": "NODE_OPTIONS=--max-old-space-size=8192 jest --silent", "test:watch": "NODE_OPTIONS=--max-old-space-size=6144 jest --watchAll", "test:watch-lite": "jest --watchAll --collectCoverageFrom='' --coverage=true", - "start:ci": "vite preview", + "start:ci": "vite preview --port 8080", "cypress:open": "cypress open", "cypress:run": "cypress run -c video=false", "cypress:ci": "start-server-and-test start:ci http-get://localhost:8080 cypress:run",