From 55c7c989c19c167423f2e0b6f6ae976adb7daf54 Mon Sep 17 00:00:00 2001 From: Samir Date: Sun, 16 Jun 2024 09:37:37 +0530 Subject: [PATCH] fixed github action --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c47729..c837f22 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "types": "dist/index.d.ts", "scripts": { "build": "tsup index.ts --format cjs,esm --dts", - "lint": "tsc" + "lint": "tsc", + "release": "pnpm run build && changeset publish" }, "keywords": [], "author": "Samir ",