mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix indentation
This commit is contained in:
parent
ca09a0be83
commit
e29804224a
@ -105,10 +105,10 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install deps via npm
|
name: Install deps via npm
|
||||||
command: |
|
command: |
|
||||||
if [ ! -d node_modules ]; then
|
if [ ! -d node_modules ]; then
|
||||||
sudo npm install -g npm@$NPM_VERSION
|
sudo npm install -g npm@$NPM_VERSION
|
||||||
npm ci
|
npm ci
|
||||||
fi
|
fi
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user