Skip to content

Commit 41871a1

Browse files
author
Petr Konecny
committed
chore: fix missing script
1 parent 63e3da9 commit 41871a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"prepare": "husky install",
1010
"example": "cd example && pnpm start",
1111
"type:check": "tsc --noEmit",
12+
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
13+
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
1214
"lint": "eslint .",
1315
"lint:fix": "eslint --fix ."
1416
},

0 commit comments

Comments
 (0)