feat: clean before build
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "dev": "npx ts-node src/index.ts",
 | 
			
		||||
        "build": "npx tsc",
 | 
			
		||||
        "build": "rimraf dist && npx tsc",
 | 
			
		||||
        "test": "echo \"Error: run tests from root\" && exit 1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
@@ -26,7 +26,8 @@
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@types/body-parser": "^1.17.0",
 | 
			
		||||
        "@types/express": "^4.17.0",
 | 
			
		||||
        "rimraf": "^2.6.3",
 | 
			
		||||
        "ts-node": "^8.2.0"
 | 
			
		||||
    },
 | 
			
		||||
    "gitHead": "7d84393a3cb6be6be9ed51d71f12677d2d7d0728"
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user