Files
owof-announcements/create-build.sh
T
2026-06-21 17:01:36 +02:00

9 lines
241 B
Bash
Executable File

set -e
git clone https://git.foxthesystem.space/redglow/owof-announcements.git
cd owof-announcements
yarn install
./node_modules/.bin/vite build
rm -rf node_modules
yarn install --production=true
sqlite3 data.db < ./src/server/db/schema.sql