Skip to content

Commit f3ca163

Browse files
authored
chore(scripts): replace biome format+lint with check (#981)
1 parent b0105f8 commit f3ca163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@
3434
},
3535
"scripts": {
3636
"build": "tsc",
37-
"format": "biome format --write",
37+
"check": "biome check --write",
3838
"generate:map": "tsx scripts/generateClientTypesMap",
3939
"generate:tests": "tsx scripts/generateNewClientTests",
40-
"lint": "biome lint --write",
4140
"release": "tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish",
4241
"test": "node --import tsx --test src/**/*.spec.ts"
4342
},

0 commit comments

Comments
 (0)