Teach fixup.sh to use biome

This commit is contained in:
2026-01-01 17:16:46 -06:00
parent 13d02d86be
commit 20e5da0d54

View File

@@ -20,3 +20,7 @@ done
pushd "$DIR/master"
go fmt
popd
pushd "$DIR/express"
../cmd pnpm biome check --write
popd