rm format as we have lint

This commit is contained in:
peintnermax
2024-09-05 16:15:07 +02:00
parent 2647378464
commit 3480a58f26
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=login^... && changeset publish"