Browse Source

Merge pull request #496 from itchysats/fix-cache

Fix yarn cache dependency
shutdown-taker-if-no-maker-present
Itchy Max 3 years ago
committed by GitHub
parent
commit
5ba8ced955
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-release-binary.yml

4
.github/workflows/build-release-binary.yml

@ -81,7 +81,9 @@ jobs:
with:
node-version: '16'
cache: yarn
cache-dependency-path: 'frontend/yarn.lock'
cache-dependency-path: |
'maker-frontend/yarn.lock'
'taker-frontend/yarn.lock'
- name: Build maker frontend
if: matrix.bin == 'maker'

Loading…
Cancel
Save