Thank you for your PR.
Since I updated the manifest tu build RocketChat from sources, you need to run ./gen_sources.sh <url/for/version.tar.gz> to make it download the package in a temp folder and run the dependency generator there. It'll then copy both the generated-sources.json and the respective package-lock.json (needed so npm will see the lock with the same package versions as the ones cached by generated-sources.json). This needs to be done on every version bump, after updating the url and hash in the manifest. I did this and commited in your branch, thank you.
Thank you for your PR. Since I updated the manifest tu build RocketChat from sources, you need to run
./gen_sources.sh <url/for/version.tar.gz>
to make it download the package in a temp folder and run the dependency generator there. It'll then copy both thegenerated-sources.json
and the respectivepackage-lock.json
(needed sonpm
will see the lock with the same package versions as the ones cached bygenerated-sources.json
). This needs to be done on every version bump, after updating the url and hash in the manifest. I did this and commited in your branch, thank you.