Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alimuzzaman committed Sep 5, 2024
1 parent 27193c8 commit e02b489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node-version: '14'
- name: Running NPM Install
run: npm install
- name: Delete WordPress Compose node_modules
run: rm -rf ./node_modules/@wordpress/compose/node_modules
- name: Delete WordPress Scripts node_modules
run: rm -rf ./node_modules/@wordpress/scripts/node_modules
- name: Running NPM Build
Expand Down

0 comments on commit e02b489

Please sign in to comment.