-
Notifications
You must be signed in to change notification settings - Fork 148
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
Support pnpm; add Next.js #1017
Comments
|
FYI I've made relative teams aware of this internally at Vercel. I'll do my best to facilitate someone to assist with adding Next.js once pnpm is supported. |
GeoffreyBooth
changed the title
Support pnpm; support build step
Support pnpm; add Next.js
Nov 12, 2023
For cross reference, adding Next.js to CITGM will help deter events such as: nodejs/node#50269 |
2 tasks
I created a PR here: #1044 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’d like to add Next.js to CITGM. It uses
pnpm
to install dependencies, and before its tests can run it needs to be built. See https://github.com/vercel/next.js/blob/canary/contributing/core/developing.md.Can we add support for
pnpm
like we do foryarn
? And also another flag likebuild: true
that when set runs<npm/yarn/pnpm> run build
before running<npn/yarn/pnpm> test
?cc @Ethan-Arrowood
The text was updated successfully, but these errors were encountered: