File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3333 "test:cypress" : " cypress run" ,
3434 "test:cypress:open" : " cypress open" ,
3535 "playground:install" : " yarn playground:yalc-add-link && cd playground && yarn install" ,
36+ "playground:install-and-build" : " yarn build && cd playground && yalc add strapi-plugin-boilerplate && yarn install && yarn build" ,
3637 "playground:yalc-add" : " cd playground && yalc add strapi-plugin-boilerplate" ,
3738 "playground:yalc-add-link" : " cd playground && yalc add --link strapi-plugin-boilerplate" ,
3839 "playground:build" : " cd playground && yarn build" ,
39- "playground:install-and-build" : " cd playground && yalc add strapi-plugin-boilerplate && yarn install && yarn build" ,
4040 "playground:develop" : " cd playground && yarn develop" ,
4141 "playground:start" : " cd playground && yarn start"
4242 },
You can’t perform that action at this time.
0 commit comments