diff --git a/package.json b/package.json index 34f853a..71489fa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "tsc", "watch": "npm run build -- --watch", - "prepare": "npm run build" + "install": "npm run build" }, "author": "Kuba Orlik", "license": "ISC",