From 414f844f54c801de169a6958822798647c73174d Mon Sep 17 00:00:00 2001 From: sitch <2736163+sitch@users.noreply.github.com> Date: Fri, 21 May 2021 12:11:58 -0400 Subject: [PATCH] Export `getAvailableScripts` In order to export a markdown table version of the `nps` output, it's much easier to leverage this function vs copy/pasting it. --- src/bin-utils/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin-utils/index.js b/src/bin-utils/index.js index 3fd9581..a74b37e 100644 --- a/src/bin-utils/index.js +++ b/src/bin-utils/index.js @@ -127,6 +127,7 @@ function loadCLIConfig(configPath) { export { initialize, help, + getAvailableScripts, getModuleRequirePath, preloadModule, loadConfig,