diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 13:19:22 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 13:19:22 +0200 |
| commit | be78280c669a04c112afaf1801f22ed2eec7c55a (patch) | |
| tree | 0d630af1d0502aae12b1a8cf4ee609a9cba9e4e3 /.mise.toml | |
| parent | e7bd55d20974f4ee5b892cd2e81c62b5c5408920 (diff) | |
refactor(web): establish JavaScript module tooling
Diffstat (limited to '.mise.toml')
| -rw-r--r-- | .mise.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ./...", |