diff --git a/package.json b/package.json index 1c8d797..cea7e78 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,8 @@ "lib/JsonRpc.d.ts" ], "scripts": { + "prepublish": "yarn build", + "build": "rollup -c", "test": "jest" }, "devDependencies": {