Added rimraf to yarn build (#3089)

This commit is contained in:
Lucas Bordeau
2023-12-20 14:50:10 +01:00
committed by GitHub
parent dd044e8f66
commit d70cb23f30

View File

@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"build": "yarn prebuild && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "set NODE_ENV=development && nest start",
"start:dev": "nest start --watch",