Fix indentation

This commit is contained in:
Bruno Barbieri 2018-07-06 15:26:33 -04:00 committed by GitHub
parent af04ca59e9
commit f8c23d2bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ jobs:
command: |
# Only run npm install if the package-lock.json or package.json was changed
CHANGED_FILES="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"
echo "$CHANGED_FILES" | grep --quiet "package.*json" &&
echo "$CHANGED_FILES" | grep --quiet "package.*json" &&
sudo npm install -g npm@6 &&
npm install
- save_cache: