From 0d8438f27890fbd4e4aa3a3bc3b2fd8ea5bef1db Mon Sep 17 00:00:00 2001 From: Dylan Staley <88163+dstaley@users.noreply.github.com> Date: Wed, 22 May 2024 11:36:17 -0700 Subject: [PATCH] fix: add release script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2266c2b..22a400c 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "scripts": { "build": "rm -rf ./dist && tsc -p .", "lint": "prettier --write \"./**/*.{js,jsx,json}\"", + "release": "changeset publish", "release:canary": "npm run build && changeset publish --tag canary", "prepublishOnly": "npm run build", "pretest": "mkdir -p ./dist && npm run build && npm pack --pack-destination ./dist",