From c6e6d097cf3b680449ff41ca7f6e2cdaff344cd4 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 14:19:13 -0500 Subject: [PATCH] npm perf --- ci/build-ui.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/build-ui.sh b/ci/build-ui.sh index 3f9afdd..e450ecd 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -1,4 +1,8 @@ #!/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 run build