use pnpm commands

This commit is contained in:
Liam DeBeasi
2023-12-18 22:09:10 -05:00
parent 1a85f0e6c5
commit cd7563119b
8 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@
"test": "cypress open",
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
"cypress.open": "cypress open",
"e2e": "concurrently \"serve -s build -l 3000\" \"wait-on http-get://localhost:3000 && npm run cypress\" --kill-others --success first",
"e2e": "concurrently \"serve -s build -l 3000\" \"wait-on http-get://localhost:3000 && pnpm run cypress\" --kill-others --success first",
"sync": "sh ./scripts/sync.sh"
},
"eslintConfig": {