Compare commits

...

2 Commits

Author SHA1 Message Date
konnorrogers
bbdcb6999f Try with PAT 2025-06-10 13:54:13 -04:00
konnorrogers
3ac390d185 Try with PAT 2025-06-10 13:40:54 -04:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"outputDirectory": "packages/webawesome/_site",
"outputDirectory": "packages/webawesome-pro/_site",
"buildCommand": "bash ./vercel.sh"
}

View File

@@ -1,4 +1,5 @@
#!/bin/bash
echo "Running the build!"
cd packages/webawesome && npm run build
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
cd packages/webawesome-pro && npm run build