Skip to content

Commit

Permalink
ci test update2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed Jun 21, 2024
1 parent 767a416 commit 6cb45f2
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 @@ -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",
Expand Down

0 comments on commit 6cb45f2

Please sign in to comment.