Skip to content
Discussion options

You must be logged in to vote

This is mostly expected.

  • Packages in scope only lists website, because of the --filter website in your CLI command
  • build runs for website because you asked it to
  • build runs for ui, because build: dependsOn: [^build], which means website's dependencies (i.e. ui) will also run build
  • test does not run for ui because there's nothing in the graph that causes it to run
  • lint runs for website because it's part of package

lint running for ui seems wrong. Any chance you could make a runnable example and push it up to Github? I can debug from there

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anthonyshew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants