Skip to content

Commit

Permalink
Merge pull request #203 from pplancq/bugfix/publishAction
Browse files Browse the repository at this point in the history
Remove node_modules before publish
  • Loading branch information
bencompton committed Mar 25, 2024
2 parents 9483a81 + 5de2122 commit 3968f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build Project
run: npm run build

- name: Remove node_modules
run: rm -Rf node_modules

- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@1.3.9
env:
Expand Down

0 comments on commit 3968f1e

Please sign in to comment.