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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.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' |
|
|
|