Skip to content

Commit

Permalink
Merge pull request #59 from threadi/feature/addGitHubActionToBuildRel…
Browse files Browse the repository at this point in the history
…ease

update GitHub action to build releases
  • Loading branch information
threadi authored Dec 15, 2024
2 parents a8d8683 + f8a6e7b commit 7b67cea
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 7b67cea

Please sign in to comment.