Skip to content

Commit

Permalink
change(publishAnyCommit action): install Brisa for build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Oct 20, 2024
1 parent e8b6bfc commit 24959a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
bun-version: 1.1.30
- name: Install dependencies
run: bun install
- name: Install Brisa globally
run: bun i -g brisa
- name: Build project
run: bun run build:all
- name: Publish commits
Expand Down

0 comments on commit 24959a4

Please sign in to comment.