Write fixes when checking
This commit is contained in:
parent
4c0f0fbf52
commit
77ee36d0ab
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@
|
||||||
"dev": "bun run --watch src/index.ts",
|
"dev": "bun run --watch src/index.ts",
|
||||||
"start": "bun run src/index.ts",
|
"start": "bun run src/index.ts",
|
||||||
"test": "bun test",
|
"test": "bun test",
|
||||||
"check": "biome check .",
|
"check": "biome check --write ."
|
||||||
"fix": "biome check --write ."
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lib0": "^0.2.117",
|
"lib0": "^0.2.117",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue