asdf
dustin/hudctrl/pipeline/head This commit looks good
Details
dustin/hudctrl/pipeline/head This commit looks good
Details
parent
a3c97f6923
commit
26e11af6d5
|
@ -25,7 +25,6 @@ pipeline {
|
|||
steps {
|
||||
container('node') {
|
||||
dir('ui') {
|
||||
sh 'id'
|
||||
sh '. ../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
|
||||
|
|
Loading…
Reference in New Issue