diff --git a/package.json b/package.json index ea2ff92..aa5119e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "build": "tsc", + "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {