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

@ -41,7 +41,7 @@ e66c76133ec3ef667e382203426d91a4b4aa5174
ab27eaee2df740c0add4331a7f8c115a87ecfa2b
# Move email editor to JS packages folder
fc4360abe4d9bd31a90f2131faa0a7709585f2f4
374a79c49b6051a2cb2dc7b5cee5c6e69de16aba
# Switch email editor js packages to WP coding style
891fc39c26e705c8008e71934bf31eb1d07b5e95
d8ba1af97864e373b81dd08bd884055a138e1306

View File

@ -12,7 +12,8 @@
"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",