Commit fbcfb64
committed
fix(publish): write git-checks=false to .npmrc instead of env
'npm config set git-checks false' is rejected (npm strict-validates on
write). env npm_config_git_checks is uncertain (npm may read it too).
Writing git-checks=false directly to .npmrc: pnpm reads it for sure
(official setting), npm publish only warns on the unknown key but does
not abort (read is lenient unlike config set).1 parent 82cbf47 commit fbcfb64
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | 255 | | |
257 | 256 | | |
| 257 | + | |
258 | 258 | | |
0 commit comments