Commit 09b07c5
committed
fix(ci): use npm pkg delete instead of set to empty string
npm pkg set scripts.prepublishOnly="" fails on newer npm versions
because the empty value is not recognized as a valid key=value pair.
Use npm pkg delete to remove the key entirely instead.1 parent 168a056 commit 09b07c5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments