typescript-starter icon indicating copy to clipboard operation
typescript-starter copied to clipboard

chore: use auto-delete output dir feature from nestjs cli

Open micalevisk opened this issue 3 years ago • 0 comments
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.

micalevisk avatar Aug 02 '22 00:08 micalevisk