asdf
dustin/hudctrl/pipeline/head This commit looks good
Details
dustin/hudctrl/pipeline/head This commit looks good
Details
parent
3d0000c980
commit
742874b257
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue