Skip to content
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

fix(js): do not generate package.json file for non-buildable js libraries in non-ts solution setup #29646

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

leosvelperez
Copy link
Member

Current Behavior

When generating a non-buildable js library in a workspace using the integrated setup, a package.json file is generated.

Expected Behavior

When generating a non-buildable js library in a workspace using the integrated setup, a package.json file should not be generated.

Related Issue(s)

Fixes #

@leosvelperez leosvelperez self-assigned this Jan 16, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner January 16, 2025 13:23
Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 16, 2025 1:49pm

@leosvelperez leosvelperez requested a review from jaysoo January 16, 2025 13:25
Copy link

nx-cloud bot commented Jan 16, 2025

View your CI Pipeline Execution ↗ for commit 69a239b.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 37m 37s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 22s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 6s View ↗
nx-cloud record -- nx format:check --base=ca1c3... ✅ Succeeded 38s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 36s View ↗
nx documentation --no-dte ✅ Succeeded 1m 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-16 14:32:58 UTC

@leosvelperez leosvelperez enabled auto-merge (squash) January 16, 2025 13:32
@leosvelperez leosvelperez force-pushed the js/fix-package-json-generation branch from fbb9b8a to 69a239b Compare January 16, 2025 13:46
@leosvelperez leosvelperez requested a review from a team as a code owner January 16, 2025 13:46
@leosvelperez leosvelperez requested a review from Coly010 January 16, 2025 13:46
@leosvelperez leosvelperez merged commit ad96cc1 into master Jan 16, 2025
6 checks passed
@leosvelperez leosvelperez deleted the js/fix-package-json-generation branch January 16, 2025 14:32
FrozenPandaz pushed a commit that referenced this pull request Jan 17, 2025
…ries in non-ts solution setup (#29646)

## Current Behavior

When generating a non-buildable js library in a workspace using the
integrated setup, a `package.json` file is generated.

## Expected Behavior

When generating a non-buildable js library in a workspace using the
integrated setup, a `package.json` file should not be generated.

## Related Issue(s)

Fixes #

(cherry picked from commit ad96cc1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants