Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit bffabc4

Browse files
committed
chore: added release:beta script
1 parent e51fa82 commit bffabc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"release": "release-it",
3535
"example": "yarn --cwd example",
3636
"bootstrap": "yarn example && yarn install && yarn example pods",
37-
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
37+
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
38+
"release:beta": "release-it --preRelease=beta"
3839
},
3940
"keywords": [
4041
"react-native",

0 commit comments

Comments
 (0)