.github/workflows: use fast compression for NPM package CI check

Starting with #5946 we're compressing main.wasm when building the
package, but that should not show down the CI check.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
main
Mihai Parparita 4 years ago committed by Mihai Parparita
parent 7741e9feb0
commit 37da617380
  1. 2
      .github/workflows/cross-wasm.yml

@ -39,7 +39,7 @@ jobs:
# that depend on it.
run: |
./tool/go run ./cmd/tsconnect --fast-compression build
./tool/go run ./cmd/tsconnect build-pkg
./tool/go run ./cmd/tsconnect --fast-compression build-pkg
- uses: k0kubun/action-slack@v2.0.0
with:

Loading…
Cancel
Save