Skip to content

Is there a more automated way of detecting packages and dependencies? #408

Closed Answered by fivethreeo
mmJordanO asked this question in Help
Discussion options

You must be logged in to vote

Dependencies in package.json of each package/app decides what is dependent on what.

So, add "config": "*" to dependencies or devdependencies in lp and frontend add "frontend": "*" to deps or devdeps in lp

The have "build": "dependsOn": "^build" in turbo pipelines.

Remove the toplevel build:* scripts and keep just the build script

or add —scope=packagename to the build:* scripts

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mmJordanO
Comment options

Answer selected by mmJordanO
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