Skip to content

Commit 812773e

Browse files
committed
build: update biome commands
1 parent f1664f2 commit 812773e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"make:linux": "electron-builder --linux",
1111
"make:macos": "electron-builder --mac --universal",
1212
"make:win": "electron-builder --win",
13-
"lint:check": "biome check *",
14-
"lint": "biome check --apply *",
13+
"lint:check": "biome check",
14+
"lint": "biome check --fix",
1515
"test": "jest",
1616
"start": "electron . --enable-logging",
1717
"prepare": "husky"

0 commit comments

Comments
 (0)