mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update config.yml
This commit is contained in:
parent
9ca9e90e4c
commit
ca09a0be83
@ -104,11 +104,15 @@ jobs:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Install deps via npm
|
||||
command: npm install
|
||||
command: |
|
||||
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:
|
||||
- ./node_modules
|
||||
- node_modules
|
||||
|
||||
prep-deps-firefox:
|
||||
docker:
|
||||
|
Loading…
Reference in New Issue
Block a user