Address PR comments from @robertbrignull
This commit is contained in:
parent
e145aa414e
commit
934fb86c58
5 changed files with 11 additions and 14 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue