We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b97a1e commit bb7752bCopy full SHA for bb7752b
package.json
@@ -10,6 +10,7 @@
10
"lint": "biome lint .",
11
"lint:fix": "biome check --apply .",
12
"check": "biome check --apply .",
13
+ "check:ci": "biome ci .",
14
"typecheck": "tsc -p . --noEmit"
15
},
16
"private": true,
0 commit comments