Skip to content

Commit

Permalink
ci(build): changed to bun baseline target
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jul 10, 2024
1 parent 4135e0d commit 002a675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
jq -r '.version' package.json
mkdir -p ./dist/${{ matrix.name }}
bun build ./lib/main.ts --compile --minify --target=bun-${{ matrix.name }} --outfile ./dist/${{ matrix.name }}/scfz
bun build ./lib/main.ts --compile --minify --target=bun-${{ matrix.name }}-baseline --outfile ./dist/${{ matrix.name }}/scfz
ls -lah ./dist/${{ matrix.name }}/scfz
./dist/${{ matrix.name }}/scfz --version
cd ./dist
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
bun = "1.1.17"
bun = "1.1.18"
jq = "1.7.1"
ruby = "3.3"
java = "17"
Expand Down

0 comments on commit 002a675

Please sign in to comment.