From 3b11bf608878f321b442106efc1076cc5923368b Mon Sep 17 00:00:00 2001 From: Anton Pascal Date: Wed, 18 Feb 2026 20:43:31 +0000 Subject: [PATCH] chore: add release scripts --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c20a66e6..61da94dc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,12 @@ "db:start": "supabase start", "db:stop": "supabase stop", "db:reset": "supabase db reset", - "db:status": "supabase status" + "db:status": "supabase status", + "release": "gh workflow run release.yml -f package=both -f bump=patch", + "release:viewer": "gh workflow run release.yml -f package=viewer -f bump=patch", + "release:core": "gh workflow run release.yml -f package=core -f bump=patch", + "release:minor": "gh workflow run release.yml -f package=both -f bump=minor", + "release:major": "gh workflow run release.yml -f package=both -f bump=major" }, "dependencies": { "@react-three/drei": "^10.7.7",