diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 77e4a622c3..2917a60600 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -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 diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json index e0858ac63e..f3c7e1ad38 100644 --- a/packages/js/email-editor/package.json +++ b/packages/js/email-editor/package.json @@ -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/**"