Skip to content

Commit

Permalink
update GitHub action to build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
threadi committed Dec 15, 2024
1 parent 925f787 commit f8a6e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
run: |
composer install
composer update
cd vendor/threadi/easy-dialog-for-wordpress/
npm i
npm i concurrently
npm run build
cd ../../../
- name: Generate autoloader
run: composer dump-autoload -oa --no-dev
Expand Down

0 comments on commit f8a6e7b

Please sign in to comment.