Paul Gschwendtner 4fee94a96c build: rename //:root_modules to //:node_modules.
This is necessary as `rules_js` requires this "common name" when dealing
with Yarn workspaces, linking first party dependencies automatically.

In the future, we may be able to send a PR to `rules_js` to support a
custom name somehow.
2025-01-15 19:20:40 +01:00
..

Architect CLI

This package contains the executable for running an Architect Builder.

Usage

architect [project][:target][:configuration] [options, ...]

Run a project target.
If project/target/configuration are not specified, the workspace defaults will be used.

Options:
    --help              Show available options for project target.
                        Shows this message instead when ran without the run argument.


Any additional option is passed the target, overriding existing options.