Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📌 Use the pinned version of the npm packages
Although we tried to override the `package-lock.json`, it is overridden, in turn by npm when we run npm install after changing `package.json` And because we have a `package.serve.json` and a `configure_xml_and_js` script, we change the `package.json` every time we clone, so the `package-lock.json` never stick. #1198 (comment) The fix is to re-copy just the lock file after the first `npm install` and then run `npm install` again, essentially duplicating the flow in #1198 (comment)
- Loading branch information