fix: add typescript as explicit devDependency and auto-install frontend deps in setup (#70)

This commit is contained in:
2026-02-15 14:54:39 -06:00
committed by GitHub
parent f8d073173b
commit 73165877fa
3 changed files with 23 additions and 24 deletions
+2 -1
View File
@@ -30,5 +30,6 @@ test:
vulncheck:
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
setup: ## Install git hooks (lefthook is managed via go.mod tool directive)
setup: ## Install dependencies and git hooks
cd frontend && pnpm install
go tool lefthook install