Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b11bf6

Browse files
committed
chore: add release scripts
1 parent f3efdf1 commit 3b11bf6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
"db:start": "supabase start",
1616
"db:stop": "supabase stop",
1717
"db:reset": "supabase db reset",
18-
"db:status": "supabase status"
18+
"db:status": "supabase status",
19+
"release": "gh workflow run release.yml -f package=both -f bump=patch",
20+
"release:viewer": "gh workflow run release.yml -f package=viewer -f bump=patch",
21+
"release:core": "gh workflow run release.yml -f package=core -f bump=patch",
22+
"release:minor": "gh workflow run release.yml -f package=both -f bump=minor",
23+
"release:major": "gh workflow run release.yml -f package=both -f bump=major"
1924
},
2025
"dependencies": {
2126
"@react-three/drei": "^10.7.7",

0 commit comments

Comments
 (0)