Skip to main content

Troubleshooting

Common registry-build failure modes and the fastest way to debug each one.

Fast triage

Build failed? Check in this order:

  1. Was the right config discovered?
  2. Are all config-relative paths declared from the config file's point of view?
  3. Do the declared registry item types match the source and mapping keys?
  4. Did the expected source files actually exist under the declared source root?
  5. Is a cache expectation hiding a real content change?

Common symptoms


Debug commands

registry-build build --verbose
registry-build build --json --silent
registry-build build --config ./registry-build.config.ts
registry-build build --verbose
registry-build build --json --silent
registry-build build --config ./registry-build.config.ts

To compare cache behavior, temporarily disable incremental mode in config and run once.


Debugging rule