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