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

ADD nx tooling #14504

Closed
wants to merge 3 commits into from
Closed

ADD nx tooling #14504

wants to merge 3 commits into from

Conversation

ndelangen
Copy link
Member

No description provided.

@ndelangen ndelangen requested a review from igor-dv as a code owner April 7, 2021 15:16
@nx-cloud
Copy link

nx-cloud bot commented Apr 7, 2021

Nx Cloud Report

CI ran the following commands for commit 2f726a7. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=prepare --all --parallel --max-parallel=15

Sent with 💌 from NxCloud.

@ndelangen ndelangen added the maintenance User-facing maintenance tasks label Apr 7, 2021
@ndelangen ndelangen self-assigned this Apr 7, 2021
Comment on lines +100 to +101
`nx run-many --target=prepare --all --parallel ${
process.env.CI ? `--max-parallel=${maxConcurrentTasks}` : ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what NX provides that you need (the PR description isn't telling me much) but once #13907 is merged this can be

yarn workspaces foreach -pt run prepare

without having to setup and maintain more config files

@stof stof deleted the tech/nx-tooling branch May 25, 2022 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants