CLI
build
Build your registry.
jsrepo buildUsage
Build all blocks from the registries in your jsrepo.config file:
jsrepo buildBuild blocks and watch for changes:
jsrepo build --watchOptions
--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