diff --git a/package.json b/package.json index a6d5793..63d8688 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "libcream", - "version": "0.0.2", + "version": "0.0.3", "description": "A CREAM client library", "main": "build/index.js", "scripts": { "watch": "tsc --watch", "build": "tsc", - "test": "npx jest" + "test": "npx jest", + "prepare": "npm run build" }, "repository": { "type": "git",