mirror of
https://github.com/openziti/zrok.git
synced 2025-03-20 10:26:38 +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
|
HOME=/tmp/builder
|
||||||
# Navigate to the "ui" directory and run npm commands
|
# Navigate to the "ui" directory and run npm commands
|
||||||
npm config set cache /mnt/.npm
|
|
||||||
cd ./ui/
|
|
||||||
mkdir -p $HOME
|
mkdir -p $HOME
|
||||||
|
npm config set cache /mnt/.npm
|
||||||
|
for UI in ./ui ./agent/agentUi
|
||||||
|
do
|
||||||
|
pushd ${UI}
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
popd
|
||||||
|
done
|
||||||
)
|
)
|
||||||
|
|
||||||
for ARCH in "${JOBS[@]}"; do
|
for ARCH in "${JOBS[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user