diff --git a/package.json b/package.json index 8176ecc..5c59b3e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "dist/index.js", "scripts": { - "build": "tsc --project tsconfig.json" + "build": "tsc --project tsconfig.json", + "prepare": "npm run build" }, "author": "", "license": "MIT",