Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fipso committed Dec 11, 2023
1 parent 4e24bf1 commit ba6e74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Install NodeJS dependencies
working-directory: www
working-directory: ./www
run: bun install

- name: Build
working-directory: www
working-directory: ./www
run: bun run build

- name: Upload a Build Artifact
Expand Down

0 comments on commit ba6e74a

Please sign in to comment.