Skip to content

Commit

Permalink
fix: remove private for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Jun 19, 2024
1 parent aab8912 commit 17b4aeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- run: sed -i '/"private": true,/d' package.json
- run: yarn
- run: yarn publish
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"private": true,
"workspaces": [
"ts-component-tests",
"js-component-tests"
Expand Down

0 comments on commit 17b4aeb

Please sign in to comment.