Skip to content

Commit af2be86

Browse files
committed
Fix script
1 parent b95202c commit af2be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/meilisearch/meilisearch-js"
3939
},
4040
"scripts": {
41-
"playground:javascript": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript start",
41+
"playground:javascript": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript dev",
4242
"build:docs": "typedoc",
4343
"build": "vite build && tsc -p tsconfig.build.json && vite --mode production-umd build",
4444
"postbuild": "node scripts/build.js",

0 commit comments

Comments
 (0)