From e5fbbbd4a1e551e78e23c752fe8ecb609fc3a0d3 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:34:32 -0400 Subject: [PATCH] forgot to add release script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d0dc175..2895858 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "node": "18.15.0" }, "scripts": { + "release": "changeset publish", "lint": "turbo lint", "test": "turbo test", "lint:fix": "pnpm --filter '*' lint:fix"