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 0d4cc97 commit 6b2ff97Copy full SHA for 6b2ff97
templates/javascript/clients/package.mustache
@@ -11,7 +11,7 @@
11
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
12
"clean": "rm -rf ./dist || true",
13
{{#isAlgoliasearchClient}}
14
- "test": "vitest --run",
+ "test": "vitest --run --no-file-parallelism",
15
{{/isAlgoliasearchClient}}
16
"test:bundle": "publint . && attw --pack ."
17
},
0 commit comments