Skip to content

Commit d63741e

Browse files
committed
Use tsgo
1 parent a71bfa5 commit d63741e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"scripts": {
99
"start": "tsx --require ./src/polyfills.ts src/app.ts",
10-
"test": "tsx --require ./src/polyfills.ts --test && tsc",
10+
"test": "tsx --require ./src/polyfills.ts --test && tsgo",
1111
"ci": "biome ci ./src",
1212
"format": "biome format --write ./src",
1313
"lint": "biome lint ./src",

0 commit comments

Comments
 (0)