Update justfile
This commit is contained in:
parent
973c7f3e7f
commit
e9f96f3d03
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -8,7 +8,7 @@ test-frontend-watch:
|
|||
cd ui && pnpm run test:watch
|
||||
|
||||
typecheck:
|
||||
cd ui && tsc -b
|
||||
cd ui && pnpm run typecheck
|
||||
|
||||
build-frontend:
|
||||
cd ui && pnpm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue