Skip to content

Commit 6b2ff97

Browse files
committed
chore: no parallel
1 parent 0d4cc97 commit 6b2ff97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/clients/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
1212
"clean": "rm -rf ./dist || true",
1313
{{#isAlgoliasearchClient}}
14-
"test": "vitest --run",
14+
"test": "vitest --run --no-file-parallelism",
1515
{{/isAlgoliasearchClient}}
1616
"test:bundle": "publint . && attw --pack ."
1717
},

0 commit comments

Comments
 (0)