Skip to content

Commit fc5df40

Browse files
committed
fix: add missing playground:start command
1 parent 4e4613d commit fc5df40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"playground:yalc-add": "cd playground && yalc add strapi-plugin-config-sync",
4242
"playground:yalc-add-link": "cd playground && yalc add --link strapi-plugin-config-sync",
4343
"playground:build": "cd playground && yarn build",
44-
"playground:develop": "cd playground && yarn develop"
44+
"playground:develop": "cd playground && yarn develop",
45+
"playground:start": "cd playground && yarn start"
4546
},
4647
"dependencies": {
4748
"adm-zip": "^0.5.16",

0 commit comments

Comments
 (0)