Skip to content

Commit ef77884

Browse files
committed
Make sure web build does not change on precommit
1 parent 68ddfc0 commit ef77884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ debug:
2323
$(MOLD) wasm-pack build --target web --debug
2424

2525
# fmt will fail if switch or stats are not up to date
26-
precommit: switch stats fmt test build build-web
26+
precommit: build-web switch stats fmt test build
2727

2828
stats:
2929
@$(PY) stats.py

examples/web/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)