Files
cloudron-box/dashboard/build.sh
2024-10-09 12:52:22 +02:00

13 lines
298 B
Bash
Executable File

#!/bin/bash
set -eu
echo "=> Create timezones.js"
./scripts/createTimezones.cjs ./public/js/timezones.js
echo "=> Build theme.css for oidc views"
./node_modules/.bin/sass --pkg-importer=node ./src/theme.scss ./public/theme.css
echo "=> Build the dashboard apps"
./node_modules/.bin/vite build