1
0
Fork 0

asdf
dustin/hudctrl/pipeline/head This commit looks good Details

Dustin 2022-08-01 16:35:52 -05:00
parent a3c97f6923
commit 26e11af6d5
2 changed files with 1 additions and 6 deletions

1
ci/Jenkinsfile vendored
View File

@ -25,7 +25,6 @@ pipeline {
steps { steps {
container('node') { container('node') {
dir('ui') { dir('ui') {
sh 'id'
sh '. ../ci/build-ui.sh' sh '. ../ci/build-ui.sh'
} }
} }

View File

@ -3,13 +3,9 @@
export TEMP="${PWD}/tmp" export TEMP="${PWD}/tmp"
mkdir "${TEMP}" mkdir "${TEMP}"
env
# https://github.com/npm/cli/issues/3208#issuecomment-1002990902 # https://github.com/npm/cli/issues/3208#issuecomment-1002990902
# Work around crazy performance issue in npm@7 / npm@8 # Work around crazy performance issue in npm@7 / npm@8
mkdir node_modules mkdir node_modules
npm install npm install
npm run build
ls -l
#npm run --loglevel=silly build