stop it now

This commit is contained in:
Core 2022-05-02 08:05:45 +01:00
parent e257018c5e
commit 499d40af6f
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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