build ui on custom path

This commit is contained in:
Ishaan Jaff 2024-08-05 16:34:37 -07:00
parent dab556660d
commit 091449e81b
3 changed files with 68 additions and 6 deletions

View file

@ -29,10 +29,6 @@ if [ $? -ne 0 ]; then
exit 1
fi
# print contents of ui_colors.json
echo "Contents of ui_colors.json:"
cat ui_colors.json
# Run npm build with the environment variable
UI_BASE_PATH=$UI_BASE_PATH npm run build