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 74582c1 commit dea93afCopy full SHA for dea93af
package.json
@@ -4,7 +4,7 @@
4
"description": "Relevant and typo tolerant search bar for your Vuepress",
5
"author": "Clémentine Urquizar <clementine@meilisearch.com>",
6
"scripts": {
7
- "serve": "yarn --cwd ./playground install && yarn --cwd ./playground dev",
+ "playground": "yarn --cwd ./playground install && yarn --cwd ./playground dev",
8
"lint": "eslint '{.,tests}/**/*.{vue,js}'",
9
"lint:fix": "yarn lint --fix",
10
"test": "vue-cli-service test:unit"
0 commit comments