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 d66ee1c commit 85f8e88Copy full SHA for 85f8e88
package.json
@@ -44,7 +44,7 @@
44
"test:ci": "yarn test --ci",
45
"test:env": "yarn build && yarn test:env:nodejs && yarn test:env:esm && yarn test:env:node-ts",
46
"test:env:node-ts": "yarn --cwd tests/env/typescript-node start",
47
- "test:env:nodejs": "node tests/env/node/index.js && node tests/env/node/getting_started.js",
+ "test:env:nodejs": "yarn build && node tests/env/node/index.js && node tests/env/node/getting_started.js",
48
"test:env:esm": "yarn --cwd tests/env/esm && yarn --cwd tests/env/esm start",
49
"size": "node scripts/file-size ./dist/bundles/meilisearch.esm.min.js ./dist/bundles/meilisearch.umd.min.js",
50
"style": "yarn lint",
0 commit comments