Skip to content

Commit

Permalink
💚 Remove npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Oct 5, 2024
1 parent a2d1f53 commit fb15618
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run npm build
- uses: bahmutov/npm-install@v1
- name: npm build
run: npm run build
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run npm build
- uses: bahmutov/npm-install@v1
- name: npm build
run: npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
Expand Down

0 comments on commit fb15618

Please sign in to comment.