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 067e607 commit 5c174e9Copy full SHA for 5c174e9
package.json
@@ -27,7 +27,7 @@
27
"test:watch": "yarn build && vitest",
28
"instant-meilisearch:test:watch": "vitest --project \"@meilisearch/instant-meilisearch\"",
29
"autocomplete:test:watch": "vitest --project \"@meilisearch/autocomplete-client\"",
30
- "test:types": "tsc --noEmit",
+ "test:types": "yarn build && tsc --noEmit",
31
"version-packages": "changeset version && turbo version",
32
"release": "yarn build && changeset publish"
33
},
0 commit comments