force trigger rebuild

This commit is contained in:
BOTAlex 2026-01-11 18:55:56 +01:00
parent 07fbb3f23d
commit 46ab3929a8

View file

@ -1,16 +0,0 @@
#!/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!"