1
0
Fork 0

npm perf
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 14:19:13 -05:00
parent f972f650f7
commit c6e6d097cf
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#!/bin/sh -ex #!/bin/sh -ex
# 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 install --loglevel=silly
npm run build npm run build