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
feat(packages): add TypeScript type checking to build process into the nextjs-integration package (#5413)
## 📄 Description
- Added `typecheck` script to nextjs-integration package.json
- Modified `build` script to run type checking before building (`pnpm
run typecheck && pnpm clean && next build`)
- Added `nextjs:typecheck` script to root package.json for convenience
## 📝 Checklist
- ✅ My code follows the style guidelines of this project
- 🛠️ I have performed a self-review of my own code
- 📄 I have made corresponding changes to the documentation
- ⚠️ My changes generate no new warnings or errors
- 🧪 I have added tests that prove my fix is effective or that my feature
works
- ✔️ New and existing unit tests pass locally with my changes
0 commit comments