try npm install instead of npm ci

This commit is contained in:
Bruno Barbieri 2018-07-06 00:54:21 -04:00 committed by GitHub
parent 0f2a5ece48
commit 38e54af093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
command: |
if [ ! -d node_modules ]; then
sudo npm install -g npm@6
npm ci
npm install
fi
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}