chore: use mise for ci
This commit is contained in:
parent
7f376c3f70
commit
6d15c411f1
2 changed files with 12 additions and 14 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue