diff --git a/.changeset/funny-moles-march.md b/.changeset/funny-moles-march.md new file mode 100644 index 0000000..586364b --- /dev/null +++ b/.changeset/funny-moles-march.md @@ -0,0 +1,5 @@ +--- +"package-stack-example": patch +--- + +added release script diff --git a/package.json b/package.json index d1ab81b..cf335c1 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "types": "dist/index.d.ts", "scripts": { "build": "tsup index.ts --format cjs,esm --dts", + "release": "pnpm run build && changeset publish", "lint": "tsc" }, "devDependencies": {