diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 24954a4..236b826 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -12,7 +12,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Vercel CLI - run: npm install --global vercel@latest + run: | + npm install --global vercel@latest + npm install -g pnpm - name: Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts