Skip to content

Commit

Permalink
start:ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed Jun 21, 2024
1 parent ec595d7 commit 82e79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:watch": "NODE_OPTIONS=--max-old-space-size=6144 jest --watchAll",
"test:watch-lite": "jest --watchAll --collectCoverageFrom='' --coverage=true",
"jest:prepare-ci": "bin/cypress-prepare-ci",
"start:ci": "vite preview --port 8080",
"start:ci": "vite --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",
Expand Down

0 comments on commit 82e79fe

Please sign in to comment.