sourcegraph / scip-python

SCIP indexer for Python
Other
55 stars 25 forks source link

Running `npm install` in root causes `package-lock.json` files in sub-packages to change #90

Closed varungandhi-src closed 1 week ago

varungandhi-src commented 1 year ago

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.