Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 15, 2024
1 parent 6a16292 commit 840145d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Install Tools & Dependencies
uses: ./.github/actions/install

- name: Build
- name: Build Thorin Core
working-directory: ./packages/thorin-core
run: pnpm run build

- name: Build Web
working-directory: ./web
run: pnpm run build

Expand Down

0 comments on commit 840145d

Please sign in to comment.