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 2293a1b commit 29cc497Copy full SHA for 29cc497
.github/workflows/ci.yml
@@ -26,6 +26,6 @@ jobs:
26
- run: npm ci
27
- run: npm run compile
28
- run: npm test
29
- - run: npx [email protected] publish from-git -y
+ - run: npx [email protected] publish from-git -y --no-verify-access
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -13,5 +13,8 @@
13
"@types/node": "14.x",
14
"lerna": "^4.0.0",
15
"typescript": "^4.6.2"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public"
19
}
20
0 commit comments