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 aea6285 commit 83b2235Copy full SHA for 83b2235
package.json
@@ -8,8 +8,9 @@
8
"build": "ultra -r build",
9
"build:dts": "ultra -r --build build:dts",
10
"clean": "ultra -r clean",
11
+ "check": "biome check",
12
"format": "biome format --write",
- "lint": "biome lint --write",
13
+ "lint": "biome lint",
14
"release": "yarn build && yarn changeset publish",
15
"test": "yarn build && ultra -r test",
16
"typecheck": "tsc --noEmit",
0 commit comments