Skip to content

Commit a2600e6

Browse files
committed
Add dotenv-cli call to test:e2e:full script in package.json
1 parent 2ee8c1a commit a2600e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test": "npm run test:unit && npm run test:e2e",
5656
"test:coverage": "FORCE_COLOR=1 npx vitest run --coverage",
5757
"test:e2e": "FORCE_COLOR=1 npx playwright test",
58-
"test:e2e:full": "FORCE_COLOR=1 E2E_MOCKS=1 npx playwright test",
58+
"test:e2e:full": "dotenv -e .env.development -- cross-env FORCE_COLOR=1 E2E_MOCKS=1 npx playwright test",
5959
"test:unit": "FORCE_COLOR=1 npx vitest run",
6060
"upgrade": "npx @astrojs/upgrade",
6161
"prepare": "husky"

0 commit comments

Comments
 (0)