Skip to content

rarmatei/dependson-missing-config-repro

Repository files navigation

  1. Look in libs/lib-buildable/project.json - notice how there is a build:random-config configuration
  2. Now look in apps/shell/project.json - notice the dependsOn config
  3. Run nx build shell -c random-config - it will print Cannot find configuration 'random-config' for project 'shell:build'
  4. Expected behavior: it should allow the build, use the default configuration for Shell, and pass the random-config to its lib-buildable dependency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published