Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 10, 2024
1 parent a87741b commit 379356f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
- name: Cache node_modules
uses: actions/cache@v4
with:
path: |
packages/driver/node_modules
packages/web/node_modules
path: node_modules
key: "${{ runner.os }}-node-modules-${{ hashFiles('bun.lockb') }}"
restore-keys: |
${{ runner.os }}-node-modules-
Expand Down

0 comments on commit 379356f

Please sign in to comment.