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.
2 parents ae54ea6 + d4a2829 commit 26cbb92Copy full SHA for 26cbb92
.github/workflows/npm-publish.yml
@@ -15,7 +15,6 @@ jobs:
15
with:
16
node-version: 20
17
- run: npm ci
18
- - run: npm run test
19
- run: npm run lint
20
21
publish-npm:
package.json
@@ -59,5 +59,8 @@
59
"engines": {
60
"node": ">=20.0.0",
61
"npm": ">=11.0.0"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public"
65
}
66
0 commit comments