Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: apply patches when cache-hit
  • Loading branch information
snitin315 committed Aug 7, 2023
commit 1885bc261091f2745c4b80c34f4d9aba1db9594c
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ runs:

- name: Run postinstall script
run: yarn postinstall
working-directory: packages/blade
shell: bash
if: steps.cache.outputs.cache-hit == 'true'