Skip to content

Commit 2df2d12

Browse files
committed
chore: add prettier fix
1 parent 69d7b8d commit 2df2d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"tsc": "pnpm nx run-many -t typecheck --projects='packages/*'",
88
"eslint": "pnpm nx run-many -t lint --projects='packages/*'",
99
"prettier": "prettier --check .",
10+
"prettier:fix": "prettier --check . --write",
1011
"check": "pnpm tsc && pnpm eslint && pnpm prettier"
1112
},
1213
"private": true,

0 commit comments

Comments
 (0)