Files
cloudron-box/dashboard/build.sh
T

13 lines
313 B
Bash
Executable File

#!/bin/bash
set -eu
echo "=> Create timezones.js"
./scripts/createTimezones.js ./public/js/timezones.js
echo "=> Build theme.css"
./node_modules/.bin/sass -I node_modules/bootstrap-sass/assets/stylesheets/ ./src/theme.scss ./public/theme.css
echo "=> Build the dashboard apps"
./node_modules/.bin/vite build