diff --git a/.github/workflows/preview-dashboard.yaml b/.github/workflows/preview-dashboard.yaml index 3d7ebbdc7c..2bad1fb2e6 100644 --- a/.github/workflows/preview-dashboard.yaml +++ b/.github/workflows/preview-dashboard.yaml @@ -24,10 +24,10 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: 📤 Pull Vercel Environment Information - run: bun vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} + run: bunx vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: 🏗 Build Project Artifacts - run: bun vercel build --token=${{ secrets.VERCEL_TOKEN }} + run: bunx vercel build --token=${{ secrets.VERCEL_TOKEN }} - name: Deploy Project Artifacts to Vercel run: | - bun vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }} > domain.txt - bun vercel alias --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }} set `cat domain.txt` ${{ env.GITHUB_REF_SLUG }}.app.midday.ai + bunx vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }} > domain.txt + bunx vercel alias --scope=${{ secrets.VERCEL_ORG_ID }} --token=${{ secrets.VERCEL_TOKEN }} set `cat domain.txt` ${{ env.GITHUB_REF_SLUG }}.app.midday.ai diff --git a/apps/dashboard/README.md b/apps/dashboard/README.md index 8b13789179..e69de29bb2 100644 --- a/apps/dashboard/README.md +++ b/apps/dashboard/README.md @@ -1 +0,0 @@ - diff --git a/bun.lockb b/bun.lockb index 20326e2ce1..10ad6567aa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9615670e92..47d34de48f 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,5 @@ "@manypkg/cli": "^0.21.1", "turbo": "^1.11.2", "typescript": "^5.3.3" - }, - "devDependencies": { - "vercel": "33.0.1" } }