-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vercel): add archive option for deploy executor (#292)
This option can be passed to the executor options to make the Vercel CLI archive the build before uploading. This is required for projects with >15000 files, as the Vercel CLI will otherwise throw an error: ``` Error: Invalid request: `files` should NOT have more than 15000 items, received 17185. ``` Thanks for creating this and please let me know if you'd like me to add anything else to the PR 😄
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters