diff --git a/package.json b/package.json index 380a664..ca4cf2a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "patcher", "main": "dist/index.js", "scripts": { - "start": "tsc && node dist/index.js", + "start": "rm -rf dist && tsc && node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": {