Update shell code

Now it (mostly) passes shellcheck and is formatted with shfmt.
This commit is contained in:
Michael Wolf
2025-11-17 11:38:04 -06:00
parent 1a13fd0909
commit 2641a8d29d
11 changed files with 39 additions and 36 deletions

View File

@@ -11,4 +11,4 @@ source "$check_dir"/../framework/shims/node.common
# $ROOT/cmd pnpm tsc --lib ES2023 --esModuleInterop -w $check_dir/app.ts
# $ROOT/cmd pnpm tsc -w $check_dir/app.ts
$ROOT/cmd pnpm tsc -w --project ./tsconfig.json
$ROOT/cmd pnpm tsc --watch --project ./tsconfig.json