Commit 4a97a6f
committed
fix(publish): disable pnpm git-checks in napi publish
napi prepublish runs 'pnpm publish' internally without --no-git-checks;
CI working tree has downloaded artifacts so pnpm's git-checks rejects it.
Set git-checks=false via .npmrc so the wrapped pnpm publish skips the check.1 parent 86f5ca8 commit 4a97a6f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
0 commit comments