Skip to content

Commit

Permalink
Make sure web build does not change on precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Jan 8, 2023
1 parent 68ddfc0 commit ef77884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug:
$(MOLD) wasm-pack build --target web --debug

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

stats:
@$(PY) stats.py
Expand Down
2 changes: 1 addition & 1 deletion examples/web/package-lock.json

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

0 comments on commit ef77884

Please sign in to comment.