1
0
Fork 0
hudctrl/ci/build-ui.sh

16 lines
253 B
Bash

#!/bin/sh -ex
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
ls -l
#npm run --loglevel=silly build