From 742874b2576c3426acca0f993ea1c064b429e78a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 16:25:49 -0500 Subject: [PATCH] asdf --- ci/build-ui.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/build-ui.sh b/ci/build-ui.sh index ab4ae4e..2c6d9c1 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -3,9 +3,11 @@ export TEMP="${PWD}/tmp" mkdir "${TEMP}" +env + # https://github.com/npm/cli/issues/3208#issuecomment-1002990902 # Work around crazy performance issue in npm@7 / npm@8 mkdir node_modules -npm install --loglevel=silly -npm run --loglevel=silly build +#npm install --loglevel=silly +#npm run --loglevel=silly build