Test commit

This commit is contained in:
Edoardo Pirovano
2021-07-26 09:49:42 +01:00
parent 3428407b4d
commit a49c8ff286
4 changed files with 51 additions and 1 deletions
@@ -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