File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
env :
63
63
LIBGL_ALWAYS_SOFTWARE : 1
64
64
with :
65
- build : yarn playground:build
65
+ build : yarn playground:install-and- build
66
66
start : yarn playground:start
67
67
- uses : actions/upload-artifact@v4
68
68
if : failure()
Original file line number Diff line number Diff line change 36
36
"playground:yalc-add" : " cd playground && yalc add strapi-plugin-boilerplate" ,
37
37
"playground:yalc-add-link" : " cd playground && yalc add --link strapi-plugin-boilerplate" ,
38
38
"playground:build" : " cd playground && yarn build" ,
39
+ "playground:install-and-build" : " cd playground && yalc add strapi-plugin-boilerplate && yarn install && yarn build" ,
39
40
"playground:develop" : " cd playground && yarn develop" ,
40
- "playground:start" : " cd playground && yarn start" ,
41
- "playground:build-and-start" : " cd playground && yarn build && yarn start"
41
+ "playground:start" : " cd playground && yarn start"
42
42
},
43
43
"dependencies" : {
44
44
"@strapi/design-system" : " ^2.0.0-rc.14" ,
You can’t perform that action at this time.
0 commit comments