Skip to content

Commit 67f99ac

Browse files
committed
update lint-staged command order
1 parent 53ad7a1 commit 67f99ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"lint-staged": {
3939
"*.{js,jsx,ts,tsx}": [
40-
"npm run lint-fix",
41-
"npm run typecheck"
40+
"npm run typecheck",
41+
"npm run lint-fix"
4242
]
4343
},
4444
"jest": {

0 commit comments

Comments
 (0)