Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3efdf1 commit 3b11bf6Copy full SHA for 3b11bf6
1 file changed
package.json
@@ -15,7 +15,12 @@
15
"db:start": "supabase start",
16
"db:stop": "supabase stop",
17
"db:reset": "supabase db reset",
18
- "db:status": "supabase status"
+ "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"
24
},
25
"dependencies": {
26
"@react-three/drei": "^10.7.7",
0 commit comments