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",
|
||||
"start": "bun run src/index.ts",
|
||||
"test": "bun test",
|
||||
"check": "biome check .",
|
||||
"fix": "biome check --write ."
|
||||
"check": "biome check --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"lib0": "^0.2.117",
|
||||
|
|
|
|||
Loading…
Reference in a new issue