mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
try npm install instead of npm ci
This commit is contained in:
parent
0f2a5ece48
commit
38e54af093
@ -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" }}
|
||||
|
Loading…
Reference in New Issue
Block a user