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
fix: nitrogen script missing during release-it (#895)
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->
### Summary
I did a mistake here
#891. I
shouldn't have removed `"nitrogen":"nitrogen" `.
During Release `npm run nitrogen` is called i think.
This is breaking release it in case of nitro modules.
This also fixes one more thing
I noticed during nitro views the nitrogen wont be created in files in
package.json (verified with `npm pack --dry-run`).
<img width="307" height="349" alt="Screenshot 2025-10-15 at 1 15 41 PM"
src="https://github.com/user-attachments/assets/21cd0ecf-7b4d-4a2a-b666-6b5f0cc97925"
/>
Nitro modules require nitrogen to be present in packaged.
This would fix below issue
<img width="400" height="600" alt="image"
src="https://github.com/user-attachments/assets/82098fd8-05b6-4849-8868-0f657e3c7e23"
/>
<!-- What existing problem does the pull request solve? Can you solve
the issue with a different approach? -->
### Test plan
<!-- List the steps with which we can test this change. Provide
screenshots if this changes anything visual. -->
N/A
0 commit comments