Files
webawesome/vercel.sh

6 lines
202 B
Bash
Raw Normal View History

2024-06-20 10:37:51 -04:00
#!/bin/bash
echo "Running the build!"
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
cd packages/webawesome-pro && npm run build