We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39360ed commit ab12d58Copy full SHA for ab12d58
1 file changed
package.json
@@ -18,8 +18,8 @@
18
"test:coverage": "vitest run --coverage",
19
"test:backend": "vitest --config convex/vitest.config.mts",
20
"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",
+ "test:e2e": "node --env-file-if-exists=.env.local ./node_modules/@playwright/test/cli.js test",
+ "test:e2e:ui": "node --env-file-if-exists=.env.local ./node_modules/@playwright/test/cli.js test --ui",
23
"prepare": "husky"
24
},
25
"dependencies": {
0 commit comments