Skip to content

Commit

Permalink
ci(publish): remove node_modules before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pplancq committed Mar 25, 2024
1 parent 9483a81 commit 5de2122
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/[email protected]
env:
Expand Down

0 comments on commit 5de2122

Please sign in to comment.