Update git blame commit hash

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-06 09:59:41 +01:00
committed by Oluwaseun Olorunsola
parent ef4cf077ba
commit 8c8bd728a7
2 changed files with 5 additions and 4 deletions

View File

@ -12,8 +12,9 @@
"lint:css": "wp-scripts lint-style",
"lint:css-fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js ./src/**",
"lint:js-fix": "wp-scripts lint-js ./src/** --fix"
},
"lint:js-fix": "wp-scripts lint-js ./src/** --fix",
"check-types": "NODE_OPTIONS=--max_old_space_size=2048 tsc --noEmit"
},
"lint-staged": {
"*.{scss,css}": "wp-scripts lint-style",
"*.{js,jsx,ts,tsx}": "wp-scripts lint-js ./src/**"