Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vercel): add archive option for deploy executor #292

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

iuliancmarcu
Copy link
Contributor

@iuliancmarcu iuliancmarcu commented Jun 24, 2024

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 😄

Copy link

nx-cloud bot commented Jun 24, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit b2e6388. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 3 targets

Sent with 💌 from NxCloud.

@TriPSs TriPSs merged commit 5513c99 into TriPSs:master Jun 24, 2024
5 checks passed
"archive": {
"type": "string",
"description": "Type of archive to use when uploading the build",
"enum": ["tgz"],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now noticed that this one is missing the default option atom

@TriPSs
Copy link
Owner

TriPSs commented Jun 24, 2024

Thanks for the PR btw 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants