@@ -0,0 +1,15 @@
#!/usr/bin/bash
echo "Commencing with the site build..."
echo
nvm use 18
cd pv-web
git pull origin main
npx weevr build
rm -rf old
mv public old
mv out public
echo "All done!"
The note is not visible to the blocked user.