Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 25, 2025
1 parent 12a08e9 commit 9885c1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
env:
LIBGL_ALWAYS_SOFTWARE: 1
with:
build: yarn playground:install-and-build
start: yarn playground:start
- uses: actions/upload-artifact@v4
if: failure()
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"build": "strapi-plugin build && yalc push --publish",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify",
Expand All @@ -33,7 +33,6 @@
"test:cypress": "cypress run",
"test:cypress:open": "cypress open",
"playground:install": "yarn playground:yalc-add-link && cd playground && yarn install",
"playground:install-and-build": "yarn build && cd playground && yalc add strapi-plugin-boilerplate && yarn install && yarn build",
"playground:yalc-add": "cd playground && yalc add strapi-plugin-boilerplate",
"playground:yalc-add-link": "cd playground && yalc add --link strapi-plugin-boilerplate",
"playground:build": "cd playground && yarn build",
Expand Down

0 comments on commit 9885c1a

Please sign in to comment.