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 {
|
steps {
|
||||||
container('node') {
|
container('node') {
|
||||||
dir('ui') {
|
dir('ui') {
|
||||||
sh 'id'
|
|
||||||
sh '. ../ci/build-ui.sh'
|
sh '. ../ci/build-ui.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue