Test production build and fix any issues that only appear after deployment.
Tasks
- Run
npm run build && npm run preview
- Check browser console for errors in production mode
- Validate CITATION.cff and Zenodo export functionality
- Ensure no missing environment variables or broken imports
Acceptance criteria
- No console errors in production
- Export features work correctly in deployed environment
Test production build and fix any issues that only appear after deployment.
Tasks
npm run build && npm run previewAcceptance criteria