Closed SuaYoo closed 1 month ago
Resolves https://github.com/webrecorder/browsertrix/issues/1416
Removes localize:extract from pre-commit hook and commits changes from localize:extract in frontend PR build check.
localize:extract
Example commit: https://github.com/webrecorder/browsertrix/pull/2089/commits/89d04a23b7bd4d8c4dcca419c23e37242fb8b0c9
Also removes the unused format check, it shouldn't be much of an issue since 1. it wasn't working and 2. we're formatting in the pre-commit hook.
Resolves https://github.com/webrecorder/browsertrix/issues/1416
Changes
Removes
localize:extract
from pre-commit hook and commits changes fromlocalize:extract
in frontend PR build check.Example commit: https://github.com/webrecorder/browsertrix/pull/2089/commits/89d04a23b7bd4d8c4dcca419c23e37242fb8b0c9
Also removes the unused format check, it shouldn't be much of an issue since 1. it wasn't working and 2. we're formatting in the pre-commit hook.