We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab8912 commit 17b4aebCopy full SHA for 17b4aeb
.github/workflows/npm-publish.yml
@@ -27,7 +27,6 @@ jobs:
27
with:
28
node-version: 22
29
registry-url: https://registry.npmjs.org/
30
- - run: sed -i '/"private": true,/d' package.json
31
- run: yarn
32
- run: yarn publish
33
env:
package.json
@@ -6,7 +6,6 @@
6
"module": "dist/index.js",
7
"types": "dist/index.d.ts",
8
"license": "MIT",
9
- "private": true,
10
"workspaces": [
11
"ts-component-tests",
12
"js-component-tests"
0 commit comments