summaryrefslogtreecommitdiff
path: root/.mise.toml
diff options
context:
space:
mode:
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 ./...",