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

Audit Nx Tasks #38

Merged
merged 4 commits into from
Aug 4, 2023
Merged

Audit Nx Tasks #38

merged 4 commits into from
Aug 4, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Aug 4, 2023

This pull request makes the following modifications to the Nx configuration:

  • Moves Nx inputs and task declarations from the package.json to the nx.json.
  • Updates scripts in the package.json to no longer use the nx exec commands. Instead, it is now recommended to directly run the nx command (e.g., yarn nx run build) to utilize Nx effectively.
  • Adjusts the inputs of each task to ensure caching is triggered only if the appropriate files are changed.

These changes retain the usage of Nx in this project while improving the organization and efficiency of our tasks. This pull request effectively closes #36.

@threeal threeal added the feat label Aug 4, 2023
@threeal threeal added this to the Node.js Starter milestone Aug 4, 2023
@threeal threeal self-assigned this Aug 4, 2023
@threeal threeal marked this pull request as ready for review August 4, 2023 07:11
@threeal threeal merged commit e65e9f8 into main Aug 4, 2023
3 checks passed
@threeal threeal deleted the audit-nx branch August 4, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Replace Nx With Simpler Alternative
1 participant