mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 14:56:48 +00:00
minor
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "turbo run build",
|
||||
"start": "turbo run start",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write .",
|
||||
"format": "prettier --write {apps/**/*.{ts,tsx},packages/**/*.{ts}}",
|
||||
"check": "bun run check:format && bun run lint",
|
||||
"check:format": "prettier . --check",
|
||||
"prepare": "husky",
|
||||
|
||||
Reference in New Issue
Block a user