issues
search
mpellegrini
/
fullstack-typescript-monorepo-starter
1
stars
1
forks
source link
refactor(turborepo): rework turbo tasks and task dependencies
#55
Closed
mpellegrini
closed
6 months ago
mpellegrini
commented
6 months ago
core scripts now consist of build,clean,dev,lint,test,typecheck.
build must run in dependencies before this package's build can run
lint,test, and typecheck now depended on its respective build to run first
eliminated the need for the artificial
topo
task
topo
task