diff --git a/package.json b/package.json index 57eb343..058e3d4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build-ts":"tsc", "start":"node out", "dev": "tsc && node --inspect-brk out", - "postinstall": "npm run tsc" + "postinstall": "npm run build-ts" }, "repository": { "type": "git",