diff --git a/package.json b/package.json index f6f4188..8a4739c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "build": "npm run clean-css && copyfiles ./templates/*.ejs .env ./dist/ && tsc", "start": "cd ./dist && node ./src/app.js", "clean-css": "cleancss --batch static/*.css -o dist/static --batch-suffix \"\"", - "dev": "tsc-watch --onSuccess \"npm run start\"" + "dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\"" }, "keywords": [], "authors": [