mirror of
https://github.com/openziti/zrok.git
synced 2025-03-19 18:07:54 +01:00
add the agent UI to local cross-compile script
This commit is contained in:
parent
ae951510b1
commit
c13eddc06a
@ -29,11 +29,15 @@ fi
|
||||
(
|
||||
HOME=/tmp/builder
|
||||
# Navigate to the "ui" directory and run npm commands
|
||||
npm config set cache /mnt/.npm
|
||||
cd ./ui/
|
||||
mkdir -p $HOME
|
||||
npm install
|
||||
npm run build
|
||||
npm config set cache /mnt/.npm
|
||||
for UI in ./ui ./agent/agentUi
|
||||
do
|
||||
pushd ${UI}
|
||||
npm install
|
||||
npm run build
|
||||
popd
|
||||
done
|
||||
)
|
||||
|
||||
for ARCH in "${JOBS[@]}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user