deprived-main-website/build.sh
BOTAlex d6501f0b3a
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 18s
Hello mr. Would you like some bloat?
2025-05-10 20:29:57 +02:00

16 lines
272 B
Bash

#!/usr/bin/env bash
# motherfucking hate npm. Spent 3 hours debugging that when
# NODE_ENV is set to production, npm won't install anything
unset NODE_ENV
git pull
git reset --hard main
npm ci
echo "Ready to build, building..."
npm run build
echo "Done rebuilding!"