Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add composer autoload #95

Merged
merged 11 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
Add composer install to plugin asset and readme update workflow
  • Loading branch information
MaxwellGarceau committed Jan 2, 2025
commit 83fefcb9d205ee15382c94905bae178a70d9fbb8
5 changes: 5 additions & 0 deletions .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,11 @@ jobs:
node-version-file: .nvmrc
cache: npm

- name: Install Composer dependencies and dump autoload
run: |
composer install --no-dev --optimize-autoloader
composer dump-autoload

- name: Build
run: |
npm ci --no-optional