Skip to content

Commit

Permalink
chore: comment out the minify and compress JavaScript files step
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 16, 2024
1 parent 5ab26ea commit d00c804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: "Install NPM dependencies"
run: pnpm install

- name: "Minify and compress JavaScript files"
run: pnpm run package
#- name: "Minify and compress JavaScript files"
# run: pnpm run package

- name: "Compress wasm file"
run: pnpm run compress-wasm
Expand Down

0 comments on commit d00c804

Please sign in to comment.