diff --git a/.github/workflows/preview-dashboard.yaml b/.github/workflows/preview-dashboard.yaml index 6243c5fd20..bd220c4f36 100644 --- a/.github/workflows/preview-dashboard.yaml +++ b/.github/workflows/preview-dashboard.yaml @@ -23,6 +23,8 @@ jobs: - uses: oven-sh/setup-bun@v1 - name: Install Vercel CLI run: bun i --global vercel@latest + - name: Install dependencies + run: bun i - name: 📤 Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: 🏗 Build Project Artifacts diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index 22f275c44d..7456cabfca 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -23,6 +23,8 @@ jobs: - uses: oven-sh/setup-bun@v1 - name: Install Vercel CLI run: bun i --global vercel@latest + - name: Install dependencies + run: bun i - name: 📤 Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: 🏗 Build Project Artifacts diff --git a/.github/workflows/production-dashboard.yml b/.github/workflows/production-dashboard.yml index 82c697662d..0a810b852b 100644 --- a/.github/workflows/production-dashboard.yml +++ b/.github/workflows/production-dashboard.yml @@ -23,6 +23,8 @@ jobs: run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} + - name: Install dependencies + run: bun i - name: Build run: bun run build - name: 📤 Pull Vercel Environment Information diff --git a/.github/workflows/production-website.yml b/.github/workflows/production-website.yml index c5c4e613d5..45ab3cb6ca 100644 --- a/.github/workflows/production-website.yml +++ b/.github/workflows/production-website.yml @@ -23,6 +23,8 @@ jobs: run: bun i --global vercel@latest - name: 📤 Pull Vercel Environment Information run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} + - name: Install dependencies + run: bun i - name: Build run: bun run build - name: 📤 Pull Vercel Environment Information diff --git a/apps/dashboard/README.md b/apps/dashboard/README.md index e69de29bb2..1a9cc2b7fb 100644 --- a/apps/dashboard/README.md +++ b/apps/dashboard/README.md @@ -0,0 +1 @@ +p