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 d829187 commit 941f161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ jobs:
restore-keys: |
${{ runner.os }}-node-modules-
- name: [driver] Install dependencies
- name: "[driver] Install dependencies"
run: bun install --frozen-lockfile
working-directory: packages/driver

- name: [driver] Build
- name: "[driver] Build"
run: bun run build
working-directory: packages/driver

- name: [web] Install dependencies
- name: "[web] Install dependencies"
run: bun install --frozen-lockfile
working-directory: packages/web

- name: [web] Build
- name: "[web] Build"
run: bun run build
working-directory: packages/web

Expand Down

0 comments on commit 941f161

Please sign in to comment.