Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Audit Nx Tasks #46

Merged
merged 3 commits into from
Aug 10, 2023
Merged

Audit Nx Tasks #46

merged 3 commits into from
Aug 10, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Aug 10, 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 build) to utilize Nx effectively.
  • Adjusts the inputs of each task to ensure caching is triggered only if the appropriate files are changed.

This pull request effectively resolves #45.

@threeal threeal added the feat label Aug 10, 2023
@threeal threeal added this to the Google Rank v0.3.0 milestone Aug 10, 2023
@threeal threeal self-assigned this Aug 10, 2023
@threeal threeal marked this pull request as ready for review August 10, 2023 09:36
@threeal threeal merged commit 6d69a38 into main Aug 10, 2023
@threeal threeal deleted the audit-nx branch August 10, 2023 09:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Audit Nx Tasks
1 participant