Skip to content

Commit

Permalink
Update trunk to v0.19.1 and disable minification for hydrate example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 authored Mar 18, 2024
1 parent 11c9fb0 commit cddfe95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install trunk
run: >
wget -qO-
https://github.com/thedodd/trunk/releases/download/v0.17.5/trunk-x86_64-unknown-linux-gnu.tar.gz
https://github.com/thedodd/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz
| tar -xzf- && sudo mv trunk /usr/bin/
- name: Cargo generate-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js_framework_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install trunk
run: >
wget -qO-
https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz
https://github.com/thedodd/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz
| tar -xzf- && sudo mv trunk /usr/bin/
- name: Setup NodeJS
Expand Down
2 changes: 2 additions & 0 deletions examples/hydrate/Trunk.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
no_minification = true # Disable minification for this example since it interferes with hydration.

0 comments on commit cddfe95

Please sign in to comment.