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 b95202c commit af2be86Copy full SHA for af2be86
package.json
@@ -38,7 +38,7 @@
38
"url": "https://github.com/meilisearch/meilisearch-js"
39
},
40
"scripts": {
41
- "playground:javascript": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript start",
+ "playground:javascript": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript dev",
42
"build:docs": "typedoc",
43
"build": "vite build && tsc -p tsconfig.build.json && vite --mode production-umd build",
44
"postbuild": "node scripts/build.js",
0 commit comments