Skip to content

Commit 6f3d14e

Browse files
committed
feat(prettier) add format script at root
1 parent 9f0b1fe commit 6f3d14e

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
@@ -18,6 +18,7 @@
1818
],
1919
"license": "MIT",
2020
"scripts": {
21+
"format": "prettier --write ./ --config .prettierrc",
2122
"clean": "turbo run clean && rm -rf node_modules && rm -rf .pnpm-store",
2223
"clean:build": "turbo run clean:build",
2324
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)