-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(nx-plugin): tslib is not set as a dependency when using create-package generator #22429
fix(nx-plugin): tslib is not set as a dependency when using create-package generator #22429
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c99f1c0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
fccff86
to
ef45aca
Compare
ef45aca
to
da5be9f
Compare
Thank you for your contribution! LGTM 🎉 |
…ckage generator (#22429) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior The linting failed on clean `create-nx-plugin` generation: ![image](https://github.com/nrwl/nx/assets/954509/80bfbaeb-0994-48d9-a6dc-20f8f723a95d) ## Expected Behavior After a clean generation, build, test, and lint should be successful Co-authored-by: Emily Xiong <[email protected]> (cherry picked from commit 23ce6af)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
The linting failed on clean
create-nx-plugin
generation:Expected Behavior
After a clean generation, build, test, and lint should be successful