@nx/js:executors | Nx

Executor References

Here is a list of all executor available for this package.

  • tsc

    Build a project using TypeScript.

  • swc

    Build a project using SWC.

  • node

    Execute a Node application.

  • verdaccio

    Start local registry with verdaccio

  • generate-package-json

    Generates a package.json and pruned lock file (if generateLockfile not disabled) with the project's node_module dependencies populated for installing in a container. If a package.json exists in the project's directory, it will be reused with dependencies populated.