diff --git a/package.json b/package.json index 1fe4d11..b1a8eb0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "build": "tsup", "demo": "npx tsc src/demo && node src/demo", "lint": "tsc", + "release": "pnpm run build && changeset publish", "test": "jest --coverage", "test:watch": "jest --watch" },