diff --git a/vercel.json b/vercel.json index 57b937ef5..5eb3786dd 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", - "outputDirectory": "packages/webawesome/_site", + "outputDirectory": "packages/webawesome-pro/_site", "buildCommand": "bash ./vercel.sh" } diff --git a/vercel.sh b/vercel.sh index 2a48db0f8..72700594b 100644 --- a/vercel.sh +++ b/vercel.sh @@ -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