$ nest build --help
Usage: nest build [options] [app]
Build Nest application
Options:
-p, --path [path] Path to tsconfig file
-w, --watch Run in watch mode (live-reload)
--webpack Use webpack for compilation
--webpackPath [path] Path to webpack configuration
-h, --help output usage information
Does the CLi support the build flag (
-bfortsc)? It seems not.... I'm trying to setup a project with TypeScript project references... any help?