chore(NA): remove node version validator from git pre-commit hook script. (#19950) (#19955)

This commit is contained in:
Tiago Costa 2018-06-15 19:53:57 +01:00 committed by GitHub
parent 2d16733928
commit 392af2882c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@
* under the License.
*/
require('../src/setup_node_env');
require('../src/setup_node_env/babel_register');
require('../src/dev/run_precommit_hook');