mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix indentation again
This commit is contained in:
parent
f8c23d2bf9
commit
8733982d7e
@ -110,7 +110,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
# Only run npm install if the package-lock.json or package.json was changed
|
# 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)"
|
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 &&
|
sudo npm install -g npm@6 &&
|
||||||
npm install
|
npm install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user