Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaa-it committed Aug 26, 2024
1 parent 462d4fd commit e317871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"react-dom": "^18.2.0"
},
"lint-staged": {
"*.{css,scss}": "yarn stylelint:fix",
"*.{js,jsx,ts,tsx}": "yarn lint",
"*.{js,jsx,ts,tsx,json,css,scss,md}": "yarn format"
"*.{css,scss}": "npm run stylelint:fix",
"*.{js,jsx,ts,tsx}": "npm run lint",
"*.{js,jsx,ts,tsx,json,css,scss,md}": "npm run format"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit e317871

Please sign in to comment.