CLI

build

Build your registry.

jsrepo build

Usage

Build all blocks from the registries in your jsrepo.config file:

jsrepo build

Build blocks and watch for changes:

jsrepo build --watch

Options

--cwd

The current working directory:

jsrepo build --cwd ./my-project

--debounce, -d

How long to wait before building again after a change is detected (watch mode only):

jsrepo build --watch --debounce 200

--watch, -w

Watch for changes and rebuild automatically:

jsrepo build --watch