1
0
Fork 0

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

Dustin 2022-08-01 16:25:49 -05:00
parent 3d0000c980
commit 742874b257
1 changed files with 4 additions and 2 deletions

View File

@ -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