diff --git a/package.json b/package.json index b393967..5b08052 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "out/index.js", "scripts": { "start": "node out/index.js", - "postinstall": "tsc", + "build": "tsc", "watch:ts": "tsc --watch", "watch:node": "nodemon out/index.js", "test": "echo \"Error: no test specified\" && exit 1"