mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix indentation again
This commit is contained in:
parent
f8c23d2bf9
commit
8733982d7e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user