From 26e11af6d5cbfc32965827b01c550f5fa67a71b4 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 16:35:52 -0500 Subject: [PATCH] asdf --- ci/Jenkinsfile | 1 - ci/build-ui.sh | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 03eb27c..e54791d 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -25,7 +25,6 @@ pipeline { steps { container('node') { dir('ui') { - sh 'id' sh '. ../ci/build-ui.sh' } } diff --git a/ci/build-ui.sh b/ci/build-ui.sh index 376a3cc..4e2e0c1 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -3,13 +3,9 @@ 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 - -ls -l -#npm run --loglevel=silly build +npm run build