diff --git a/packages/cli/package.json b/packages/cli/package.json index d041544..8b36c8c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -67,7 +67,8 @@ "repository": "pswui/ui", "scripts": { "build": "shx rm -rf dist && tsc", - "lint": "eslint . --ext .ts" + "lint": "eslint . --ext .ts", + "prepack": "yarn build" }, "types": "dist/index.d.ts" }