Running npm install at the root of this repo on the scip branch changes package-lock.json files in various subpackages. However, this isn't a problem with upstream. We should merge changes from upstream to avoid the package-lock.json file changing on just running npm install.
Running
npm install
at the root of this repo on thescip
branch changespackage-lock.json
files in various subpackages. However, this isn't a problem with upstream. We should merge changes from upstream to avoid thepackage-lock.json
file changing on just runningnpm install
.