diff --git a/package.json b/package.json index aaa4e6f..4b1d930 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build": "tsc", "buildwatch": "tsc --watch", "clean": "rimraf build", - "start": "npm run clean && node build/index.js", + "start": "node build/index.js", "debuggable": "node build/index.js --inspect-brk", "monitor": "nodemon build/index.js", "lint": "eslint . --ext .ts",