update vercel sh clone

This commit is contained in:
konnorrogers
2025-09-02 17:50:03 -04:00
parent c2df5ca1ea
commit ea5cee58bd

View File

@@ -1,5 +1,9 @@
#!/bin/bash
echo "Running the build!"
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
if [[ "$CLONE_PRO" != "false" ]]; then
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
fi
cd packages/webawesome-pro && npm run build