Commit 180327c
authored
As we are doing `--package-lock-only` (which does not actually install
packages), we don't have the dependencies needed to run the `install.js`
script, which is auto-run when installing. By passing
`--ignore-scripts`, we skip running `install.js`, and only end up
bumping the `package-lock.json`, which is what we want to do.
1 parent 3b88d73 commit 180327c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments