Skip to content

Commit dea93af

Browse files
committed
Change script command from serve to playground
1 parent 74582c1 commit dea93af

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
@@ -4,7 +4,7 @@
44
"description": "Relevant and typo tolerant search bar for your Vuepress",
55
"author": "Clémentine Urquizar <[email protected]>",
66
"scripts": {
7-
"serve": "yarn --cwd ./playground install && yarn --cwd ./playground dev",
7+
"playground": "yarn --cwd ./playground install && yarn --cwd ./playground dev",
88
"lint": "eslint '{.,tests}/**/*.{vue,js}'",
99
"lint:fix": "yarn lint --fix",
1010
"test": "vue-cli-service test:unit"

0 commit comments

Comments
 (0)