diff --git a/package.json b/package.json index a58bdcd..bc7e1b2 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "dist" ], "scripts": { + "prepublishOnly": "pnpm build", "build": "tsc", "lint": "eslint --fix .", "lint-check": "eslint . --no-fix",