Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jun 19, 2023
1 parent 16abe17 commit aaa0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"eslint --cache--fix",
"eslint --cache --fix",
"git add"
]
}
Expand Down

0 comments on commit aaa0da2

Please sign in to comment.