2
0

👷 Change pre-commit format fix to check only

This commit is contained in:
Baptiste Arnaud
2024-01-29 12:08:11 +01:00
parent 1ebfc15178
commit 4b8b80e996
8 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
"locales:push": "tolgee push ./apps/builder/src/i18n",
"locales:sync": "tolgee sync './apps/builder/src/**/*.ts?(x)' --continue-on-warning --remove-unused",
"create-new-block": "cd packages/forge/cli && pnpm start",
"format:fix": "turbo run format:fix"
"format:check": "turbo run format:check"
},
"devDependencies": {
"@tolgee/cli": "1.3.2",