Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Nov 21, 2024
1 parent 6dfdd00 commit 1b8905e
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 @@ -43,7 +43,7 @@
"cypress:open": "cross-env NODE_ENV=development cypress open",
"cypress:run": "cross-env NODE_ENV=development cypress run",
"cy:run": "cypress run",
"cy:parallel": "cypress-parallel -s cy:run -t 4 -d cypress/e2e/**/*.cy.ts",
"cy:parallel": "cypress-parallel -s cy:run -t 4 -d cypress/e2e",
"cypress:run:gui": "cross-env NODE_ENV=development cypress run --headed",
"cypress:install": "cross-env NODE_ENV=development cypress install",
"prepare": "husky",
Expand Down

0 comments on commit 1b8905e

Please sign in to comment.