Skip to content

Commit bf0c81c

Browse files
fix(ci): fix sdk-compat-tests duplicate --run flag
Change sdk-compat-tests test script from "vitest --run" to "vitest" since --run is already passed by the root test:internal script. Co-authored-by: Eric Allam <ericallam@users.noreply.github.com>
1 parent bda1f18 commit bf0c81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/sdk-compat-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
7-
"test": "vitest --run",
7+
"test": "vitest",
88
"test:watch": "vitest",
99
"typecheck": "tsc --noEmit"
1010
},

0 commit comments

Comments
 (0)