nb source build

ローカル NocoBase ソースコードプロジェクトをビルドします。このコマンドはリポジトリのルートディレクトリで従来の NocoBase ビルドプロセスを転送実行します。

使い方

nb source build [packages...] [flags]

パラメータ

パラメータ説明
[packages...]string[]ビルドするパッケージ名。省略時はすべてをビルドします
--cwd, -cstring作業ディレクトリ
--no-dtsboolean.d.ts 宣言ファイルを生成しません
--sourcemapbooleansourcemap を生成します
--verboseboolean詳細なコマンド出力を表示します

使用例

nb source build
nb source build --no-dts
nb source build --sourcemap
nb source build @nocobase/acl
nb source build @nocobase/acl @nocobase/actions

関連コマンド