chore: add release scripts

This commit is contained in:
Anton Pascal
2026-02-18 20:43:31 +00:00
parent f3efdf12a5
commit 3b11bf6088
+6 -1
View File
@@ -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",