summaryrefslogtreecommitdiff
path: root/.mise.toml
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 13:19:22 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 13:19:22 +0200
commitbe78280c669a04c112afaf1801f22ed2eec7c55a (patch)
tree0d630af1d0502aae12b1a8cf4ee609a9cba9e4e3 /.mise.toml
parente7bd55d20974f4ee5b892cd2e81c62b5c5408920 (diff)
refactor(web): establish JavaScript module tooling
Diffstat (limited to '.mise.toml')
-rw-r--r--.mise.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mise.toml b/.mise.toml
index 785f457..1f21ba9 100644
--- a/.mise.toml
+++ b/.mise.toml
@@ -15,6 +15,9 @@ run = "go fmt ./..."
description = "Run formatting, JavaScript and Go gate checks"
depends = ["generate", "format"]
run = [
+ "npm run format:check",
+ "npm run lint",
+ "npm run typecheck",
"for file in web/static/*.js; do node --check \"$file\"; done",
"node --test web/static_test/*.test.js",
"go vet ./...",