diff --git a/package.json b/package.json index 3c29d86..1e1ff29 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "start:prod": "npm run build && node build/index.js", "lint": "npx eslint . --ext .ts", "lint:fix": "npx eslint . --fix", - "postinstall": "npm run build" + "tsc": "tsc", + "postinstall": "npm run tsc" }, "keywords": [], "author": "sinkaroid",