chore: use mise for ci

This commit is contained in:
Aarnav Tale 2025-06-16 11:27:47 -04:00
parent 7f376c3f70
commit 6d15c411f1
No known key found for this signature in database
2 changed files with 12 additions and 14 deletions

View file

@ -25,3 +25,11 @@ run = [
"mkcert -install",
"mkcert localhost"
]
[tasks.ci]
description = "Runs the CI pipeline"
depends = ["build-go-wasm"]
run = [
"pnpm install",
"pnpm run build"
]