Skip to content

Commit 97838df

Browse files
committed
Fix the engine package.json tests
1 parent 0ccffed commit 97838df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal-packages/run-engine/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"scripts": {
3737
"clean": "rimraf dist",
3838
"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",
39+
"test": "vitest --sequence.concurrent=false --no-file-parallelism",
4140
"test:coverage": "vitest --sequence.concurrent=false --no-file-parallelism --coverage.enabled",
4241
"build": "pnpm run clean && tsc -p tsconfig.build.json",
4342
"dev": "tsc --watch -p tsconfig.build.json"

0 commit comments

Comments
 (0)