Files
webawesome/vercel.sh
konnorrogers 0d2b5c7381 fix vercel.sh
2025-10-27 17:00:06 -04:00

10 lines
263 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 install && npm run build