-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nx


> CLI utility for managing `nx` workspaces.

More information.


Build a specific project:

nx build {project}

Test a specific project:

nx test {project}

Execute a target on a specific project:

nx run {project}:{target}

Execute a target on multiple projects:

nx run-many --target {target} --projects {project1},{project2}

Execute a target on all projects in the workspace:

nx run-many --target {target} --all

Execute a target only on projects that have been changed:

nx affected --target {target}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:07:17 2024