1 parent 2ee8c1a commit a2600e6Copy full SHA for a2600e6
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"test": "npm run test:unit && npm run test:e2e",
56
"test:coverage": "FORCE_COLOR=1 npx vitest run --coverage",
57
"test:e2e": "FORCE_COLOR=1 npx playwright test",
58
- "test:e2e:full": "FORCE_COLOR=1 E2E_MOCKS=1 npx playwright test",
+ "test:e2e:full": "dotenv -e .env.development -- cross-env FORCE_COLOR=1 E2E_MOCKS=1 npx playwright test",
59
"test:unit": "FORCE_COLOR=1 npx vitest run",
60
"upgrade": "npx @astrojs/upgrade",
61
"prepare": "husky"
0 commit comments