mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

feat(dockerfile): optimize build step of app #130

Closed mpellegrini closed 1 month ago

mpellegrini commented 1 month ago

Use the TurboRepo --filter option ^... to build only the Dockerized app's dependents, if any. No reason to run build on the Dockerized app as that will be built for real during the vite build. Recall that the package.json build script only runs svelte-check.

Resolves #127