Skip to content

Commit 29cc497

Browse files
committed
fix: access config for initial publishing
1 parent 2293a1b commit 29cc497

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- run: npm ci
2727
- run: npm run compile
2828
- run: npm test
29-
- run: npx [email protected] publish from-git -y
29+
- run: npx [email protected] publish from-git -y --no-verify-access
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"@types/node": "14.x",
1414
"lerna": "^4.0.0",
1515
"typescript": "^4.6.2"
16+
},
17+
"publishConfig": {
18+
"access": "public"
1619
}
1720
}

0 commit comments

Comments
 (0)