diff --git a/ci/build-ui.sh b/ci/build-ui.sh index 2c6d9c1..376a3cc 100644 --- a/ci/build-ui.sh +++ b/ci/build-ui.sh @@ -9,5 +9,7 @@ env # Work around crazy performance issue in npm@7 / npm@8 mkdir node_modules -#npm install --loglevel=silly +npm install + +ls -l #npm run --loglevel=silly build