Skip to content

Commit

Permalink
fix: removing private property before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Jun 19, 2024
1 parent c0a6ab5 commit 7168eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- name: Remove private field from package.json
run: sed -i '/"private": true,/d' package.json
- run: yarn
- run: yarn publish
env:
Expand Down

0 comments on commit 7168eac

Please sign in to comment.