Skip to content

Commit

Permalink
test: update package.json pre-commit lint order
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Oct 2, 2023
1 parent 30889ce commit f5cf3ad
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 @@ -37,8 +37,8 @@
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
"make lint-fix",
"make prettier-fix"
"make prettier-fix",
"make lint-fix"
],
"src/**/*.{jsx}": [
"make i18n"
Expand All @@ -63,7 +63,7 @@
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
"test": "make test",
"test:fix": "make test-update",
"pre-commit": "yarn stylelint:fix && yarn prettier:fix",
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix && yarn i18n",
"stylelint": "make stylelint",
"stylelint:overrides": "make stylelint-overrides",
"stylelint:fix": "make stylelint-fix",
Expand Down

0 comments on commit f5cf3ad

Please sign in to comment.