Jason TANG created FLINK-33939: ---------------------------------- Summary: Make husky in runtime-web no longer affect git global hooks Key: FLINK-33939 URL: https://issues.apache.org/jira/browse/FLINK-33939 Project: Flink Issue Type: Improvement Components: Runtime / Web Frontend Reporter: Jason TANG
Since runtime-web relies on husky to ensure that front-end code changes are detected before `git commit`, husky modifies the global git hooks (core.hooksPath) so that core.hooksPath won't take effect if it's configured globally, I thought it would be a good idea to make the front-end code detection a optional command execution, which ensures that the globally configured hooks are executed correctly. -- This message was sent by Atlassian Jira (v8.20.10#820010)