Files
webawesome/vercel.sh
2025-09-02 17:52:25 -04:00

10 lines
248 B
Bash

#!/bin/bash
echo "Running the build!"
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