Jake Leventhal
Jake Leventhal
@TooTallNate in my case, this version (results in a MUCH faster upload)
``` ▶ npx vercel deploy --prebuilt --archive=tgz Vercel CLI 33.6.1-c35784f ⠇ Uploading [===-----------------] (43.7MB/284.3MB) ``` without `--archive=tgz` (seemingly no longer needed) its only about 29 MB and is able to...
@TooTallNate should we expect this to be live in the next release (>33.6.2)?
@TooTallNate this isssue is not resolved for me on `[email protected]` GH actions yaml: ```yaml - name: Deploy to Vercel shell: bash run: | preview_url=$(npx vercel --prebuilt ${{ env.VERCEL_ENV_FLAG }} --token=${{...
Solution i have tried is having a bash script in each project for my repo that looks like this (but this is not ideal) ```bash #!/bin/bash # Check if .vercel/project.json...
This doesn't really solve the problem. you still end up with the same issue of needing to have these values stored locally somewhere
Noticing this as well.....
@rumpl was this ever fixed?
I'm using `firebase.auth.EmailAuthProvider.PROVIDER_ID`