Files
webawesome/vercel.sh

10 lines
248 B
Bash
Raw Normal View History

2024-06-20 10:37:51 -04:00
#!/bin/bash
echo "Running the build!"
2025-09-02 17:52:25 -04:00
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