Skip to content

Commit

Permalink
Update dependencies and minify js
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Dec 11, 2023
1 parent ac4af9f commit 370aa94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: "cd frontend && trunk build --release"
- name: Optimise wasm
run: "cd frontend/dist && ../../binaryen-version_116/bin/wasm-opt -Oz -o opt.wasm $(ls frontend*.wasm) && mv ./opt.wasm $(ls frontend*.wasm)"
- name: Minify js
uses: nizarmah/[email protected]
with:
overwrite: true
directory: frontend/dist
- name: Stop currently-running backend
uses: appleboy/[email protected]
with:
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 370aa94

Please sign in to comment.