Skip to content

Commit ab12d58

Browse files
committed
add local only .env.local loading
1 parent 39360ed commit ab12d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test:coverage": "vitest run --coverage",
1919
"test:backend": "vitest --config convex/vitest.config.mts",
2020
"test:backend:run": "vitest run --config convex/vitest.config.mts",
21-
"test:e2e": "node --env-file=.env.local ./node_modules/@playwright/test/cli.js test",
22-
"test:e2e:ui": "node --env-file=.env.local ./node_modules/@playwright/test/cli.js test --ui",
21+
"test:e2e": "node --env-file-if-exists=.env.local ./node_modules/@playwright/test/cli.js test",
22+
"test:e2e:ui": "node --env-file-if-exists=.env.local ./node_modules/@playwright/test/cli.js test --ui",
2323
"prepare": "husky"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)