stop it now
This commit is contained in:
parent
e257018c5e
commit
499d40af6f
1 changed files with 15 additions and 12 deletions
|
@ -28,6 +28,9 @@ jobs:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
keys:
|
keys:
|
||||||
- yarn-packages-{{ checksum "cider.lock" }}
|
- yarn-packages-{{ checksum "cider.lock" }}
|
||||||
|
- run:
|
||||||
|
name: Move Lockfile
|
||||||
|
command: mv cider.lock yarn.lock
|
||||||
- run:
|
- run:
|
||||||
name: Install Node Dependencies
|
name: Install Node Dependencies
|
||||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue