Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHogefjord committed Oct 1, 2024
1 parent 22696ed commit 8f271ce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
dev: no
php_version: 7.4

- name: Install PNPM
uses: pnpm/action-setup@v2
with:
run_install: true

- name: Build Assets
run: pnpm run build
run: |
npm ci
npm run build
# Deploy the plugin to WordPress.org
- name: WordPress Plugin Deploy
Expand Down

0 comments on commit 8f271ce

Please sign in to comment.