diff --git a/package.json b/package.json index 2d55730..62cd8ab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "types": "./@types/index.d.ts", "scripts": { "build": "tsc", - "watch": "npm run build -- --watch" + "watch": "npm run build -- --watch", + "prepare": "npm build" }, "dependencies": { "@types/node": "^14.14.17"