Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package: use
npm ci
, remove npm dedupe
`npm ci` does not modify the package-lock.json file, which is exactly what we want during packaging time. Otherwise, on Windows, npm will attempt to remove the mac-only dependencies like appdmg from package-lock.json.
- Loading branch information