Fix indentation

feature/default_network_editable
Bruno Barbieri 6 years ago committed by GitHub
parent ca09a0be83
commit e29804224a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .circleci/config.yml

@ -105,10 +105,10 @@ jobs:
- run:
name: Install deps via npm
command: |
if [ ! -d node_modules ]; then
sudo npm install -g npm@$NPM_VERSION
npm ci
fi
if [ ! -d node_modules ]; then
sudo npm install -g npm@$NPM_VERSION
npm ci
fi
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:

Loading…
Cancel
Save