Skip to content

Commit cc957a2

Browse files
author
Mohsen Azimi
committed
Directly use prettier executable
1 parent b6f5c4a commit cc957a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"moduleFileExtensions": ["ts", "js"]
2626
},
2727
"lint-staged": {
28-
"*.{js,json,css,md,ts,tsx}": ["prettier --write", "git add"]
28+
"*.{js,json,css,md,ts,tsx}": ["node_modules/.bin/prettier --write", "git add"]
2929
},
3030
"bin": "dist/cli.js",
3131
"author": "Mohsen Azimi <me@azimi.me>",

0 commit comments

Comments
 (0)