Skip to content

Conversation

@GunalGupta
Copy link
Collaborator

This pull request introduces a Vercel preview deployment workflow, removes unnecessary post-installation commands, and updates the Vercel configuration to streamline the build process. Below is a summary of the most important changes:

Workflow Automation:

  • Added a new GitHub Actions workflow in .github/workflows/preview.yaml to automate Vercel preview deployments. This includes steps for installing the Vercel CLI, pulling environment information, building project artifacts, and deploying them to Vercel.

Configuration Updates:

  • Updated vercel.json to replace the installCommand with npm install && npm run build, removing the npm rebuild step. This simplifies the build process.

Cleanup:

  • Removed the postinstall script from package.json, as it is no longer necessary due to the updated Vercel configuration.

@GunalGupta GunalGupta merged commit d2d9084 into main Apr 17, 2025
1 check passed
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