Skip to content

Commit

Permalink
chore: cache interop output folders
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 27, 2023
1 parent bd22974 commit e6afe45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/cache-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ runs:
./packages/*/dist
./packages/*/types
./packages/*/node_modules
./interop/*/dist
./interop/*/node_modules
${{ inputs.directories }}
key: ${{ runner.os }}-build-${{ inputs.cache_name }}-${{ github.sha }}
- if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e6afe45

Please sign in to comment.