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 c044401 commit f8f00f6Copy full SHA for f8f00f6
clients/algoliasearch-client-javascript/packages/algoliasearch/package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
12
"clean": "rm -rf ./dist || true",
13
- "test": "vitest --run",
+ "test": "tsc -p __tests__/tsconfig.json && vitest --run",
14
"test:bundle": "publint . && attw --pack ."
15
},
16
"name": "algoliasearch",
0 commit comments