We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71bfa5 commit d63741eCopy full SHA for d63741e
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"type": "module",
8
"scripts": {
9
"start": "tsx --require ./src/polyfills.ts src/app.ts",
10
- "test": "tsx --require ./src/polyfills.ts --test && tsc",
+ "test": "tsx --require ./src/polyfills.ts --test && tsgo",
11
"ci": "biome ci ./src",
12
"format": "biome format --write ./src",
13
"lint": "biome lint ./src",
0 commit comments