force trigger rebuild
This commit is contained in:
parent
07fbb3f23d
commit
46ab3929a8
1 changed files with 0 additions and 16 deletions
16
build.sh
16
build.sh
|
|
@ -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!"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue