Address PR comments from @robertbrignull

This commit is contained in:
Edoardo Pirovano 2021-07-26 13:46:10 +01:00 committed by Edoardo Pirovano
parent e145aa414e
commit 934fb86c58
5 changed files with 11 additions and 14 deletions

View file

@ -7,6 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
>&2 echo "Failed: Repo should be clean before testing!"
exit 1
fi
sudo npm install --force -g npm@latest
# Reinstall modules and then clean to remove absolute paths
# Use 'npm ci' instead of 'npm install' as this is intended to be reproducible
npm ci