We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a6ab5 commit 7168eacCopy full SHA for 7168eac
.github/workflows/npm-publish.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
node-version: 22
29
registry-url: https://registry.npmjs.org/
30
+ - name: Remove private field from package.json
31
+ run: sed -i '/"private": true,/d' package.json
32
- run: yarn
33
- run: yarn publish
34
env:
0 commit comments