From 1d098e79716128ad4a35dac402d3fb255db84344 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 8 Nov 2024 12:41:39 -0600 Subject: [PATCH] test 1 --- src/dev/run_precommit_hook.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev/run_precommit_hook.js b/src/dev/run_precommit_hook.js index 7997162f7cfa7..c17ab85559a75 100644 --- a/src/dev/run_precommit_hook.js +++ b/src/dev/run_precommit_hook.js @@ -16,6 +16,7 @@ import * as Eslint from './eslint'; import * as Stylelint from './stylelint'; import { getFilesForCommit, checkFileCasing } from './precommit_hook'; +// test run( async ({ log, flags }) => { process.env.IS_KIBANA_PRECOMIT_HOOK = 'true';