diff --git a/package.json b/package.json index b391b54..efa6002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "check": "clear ; npm run typecheck && npm run lint && npx prettier -c **/*.{js,jsx,ts,tsx} && npm run test && clear && echo 'OK'", + "check": "clear ; npm run typecheck && npm run lint && npm run check:fmt && npm run test && clear && echo 'OK'", + "check:fmt": "npx prettier -c **/*.{js,jsx,ts,tsx}", "fmt": "prettier --write **/*.{js,jsx,ts,tsx}", "lint": "eslint **/*.{js,jsx,ts,tsx}", "test": "bun test",