Skip to content

Commit

Permalink
Fix the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 6, 2024
1 parent f146eea commit 9226b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"format": "prettier --write './**/*.{js,ts,tsx,css,md,json}'",
"preview": "vite preview",
"cypress:open": "cypress open",
"test:e2e": "cypress run --project cypress/e2e",
"test:e2e": "cypress run --spec './cypress/e2e/**/*.cy.ts'",
"test:e2e:server": "cd ../server && yarn build && yarn start",
"test:component": "cypress run --project cypress/component"
"test:component": "cypress run --spec './cypress/component/**/*.cy.ts'"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.1",
Expand Down

0 comments on commit 9226b82

Please sign in to comment.