Skip to content

Commit 7168eac

Browse files
committed
fix: removing private property before publishing
1 parent c0a6ab5 commit 7168eac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
node-version: 22
2929
registry-url: https://registry.npmjs.org/
30+
- name: Remove private field from package.json
31+
run: sed -i '/"private": true,/d' package.json
3032
- run: yarn
3133
- run: yarn publish
3234
env:

0 commit comments

Comments
 (0)