From 894d94dbe28fe2092eeda3a3e6e20d9516d24e62 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:52:38 +0200 Subject: [PATCH] chore: add release command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be6a448b..fd4da12b 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build": "npm run build -w gatsby-source-sanity", "format": "npm run format -w gatsby-source-sanity", "prepublishOnly": "npm run prepublishOnly -w gatsby-source-sanity", - "test": "npm run test -w gatsby-source-sanity" + "test": "npm run test -w gatsby-source-sanity", + "release": "npm run release -w gatsby-source-sanity" } }