We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141f591 commit d603582Copy full SHA for d603582
package.json
@@ -21,7 +21,7 @@
21
"node:clean": "make -C ./docker clean",
22
"test:ci": "turbo run test -- --run --coverage.enabled --coverage.reporter=json-summary --coverage.reporter=json",
23
"test:e2e": "turbo run test:e2e",
24
- "test:e2e:local": "pnpm --filter @e2e-tests/runner test:e2e:local",
+ "test:e2e:local": "turbo run test:e2e:local --filter @e2e-tests/runner",
25
"lint:check": "biome check --apply-unsafe .",
26
"lint:ci": "biome lint --max-diagnostics=1000 --diagnostic-level=error .",
27
"format": "biome format --write .",
turbo.json
@@ -26,6 +26,9 @@
},
"test:e2e": {
28
"cache": false
29
+ },
30
+ "test:e2e:local": {
31
+ "cache": false
32
}
33
34
0 commit comments