You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor install and build commands in Vercel configuration and enhance package installation logic
- Updated the installCommand and buildCommand in vercel.json to check for the existence of specific files before executing commands, improving robustness.
- Added a function to wipe cached node_modules in install-app-with-packages.mjs to ensure clean installations.
- Enhanced the installSourceOnlyPackage function to handle package installations more effectively, addressing issues with npm and pnpm flags.
This improves the deployment process and ensures compatibility across different environments.
0 commit comments