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 0ccffed commit 97838dfCopy full SHA for 97838df
internal-packages/run-engine/package.json
@@ -36,8 +36,7 @@
36
"scripts": {
37
"clean": "rimraf dist",
38
"typecheck": "tsc --noEmit -p tsconfig.build.json",
39
- "test": "vitest --sequence.concurrent=false --no-file-parallelism --run",
40
- "test:dev": "vitest --sequence.concurrent=false --no-file-parallelism",
+ "test": "vitest --sequence.concurrent=false --no-file-parallelism",
41
"test:coverage": "vitest --sequence.concurrent=false --no-file-parallelism --coverage.enabled",
42
"build": "pnpm run clean && tsc -p tsconfig.build.json",
43
"dev": "tsc --watch -p tsconfig.build.json"
0 commit comments