npm perf
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
parent
f972f650f7
commit
c6e6d097cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue