Commit c9cf513
committed
bootstrap: Always use
This change only affects the CI environment.
Allows better re-use of existing installed packages
(such as those restored from a cache).
`npm ci` and `apm ci` forced a fresh reinstall of packages,
including rebuilding all native code.
Rebuilding native code accounts for the majority of install time.
By not rebuilding native code unless totally necessary,
`npm install` and `apm install` can save a lot of time versus
`npm ci` and `apm ci`.npm install (not npm ci)1 parent 8fac662 commit c9cf513
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments