Skip to content

Commit b6f5c4a

Browse files
author
Mohsen Azimi
committed
Update dependencies
1 parent f09caa4 commit b6f5c4a

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}": ["npm run prettier", "git add"]
28+
"*.{js,json,css,md,ts,tsx}": ["prettier --write", "git add"]
2929
},
3030
"bin": "dist/cli.js",
3131
"author": "Mohsen Azimi <me@azimi.me>",

0 commit comments

Comments
 (0)