typescript-starter
typescript-starter copied to clipboard
chore: use auto-delete output dir feature from nestjs cli
trafficstars
remove the rimraf dev. dependency in favor of the deleteOutDir feature from NestJS CLI. Now we got one less npm-script & dependency to reason about
I don't see any advantage on using prebuild: rimraf as we have to use build: nest build. Let me know if there's any.