Skip to content

Commit

Permalink
fix cypress start
Browse files Browse the repository at this point in the history
  • Loading branch information
RNR1 committed Jan 15, 2025
1 parent fceca10 commit 6e0c506
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 @@ -66,7 +66,7 @@
},
"scripts": {
"start": "vite",
"start:cypress": "VITE_CYPRESS_TEST=true vite dev start",
"start:cypress": "VITE_CYPRESS_TEST=true yarn start",
"build": "vite build",
"testDataGen": "node cypress/testDataGenerator.js",
"test": "yarn testDataGen && cypress run",
Expand Down

0 comments on commit 6e0c506

Please sign in to comment.