This workspace has been generated by Nx, Smart Monorepos · Fast CI.
To execute tasks with Nx use the following syntax:
bunx nx <target> <project> <...options>
You can also run multiple targets:
bunx nx run-many -t <target1> <target2>
..or add -p
to filter specific projects
bunx nx run-many -t <target1> <target2> -p <proj1> <proj2>
To view project details
bunx nx show project <project> --web
Targets can be defined in the package.json
or projects.json
. Learn more in the docs.
Run bunx nx graph
to show the graph of the workspace.
It will show tasks that you can run with Nx.