diff --git a/package.json b/package.json index 933178a..be146be 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "lint": "source ./scripts.sh; lint", "lint_compact": "source ./scripts.sh; lint_compact", "build": "rm -rf ./dist;tsc --declaration", + "prepare": "npm run build", "release": "yarn build; np" }, "repository": {