diff --git a/build.sh b/build.sh deleted file mode 100644 index 28bc160..0000000 --- a/build.sh +++ /dev/null @@ -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!"