mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

fix(dockerfile): turbo build --filter #112

Closed mpellegrini closed 1 month ago

mpellegrini commented 1 month ago

The ... on the --filter was on the wrong side. Having on the left side builds the app and whatever is dependent on the app, which in most cases is nothing. What we want is to build the app and all projects that the app depends on. So move the ... to the right side.