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

Commit

Permalink
chore: added release:beta script
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Apr 24, 2023
1 parent e51fa82 commit bffabc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"release:beta": "release-it --preRelease=beta"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit bffabc4

Please sign in to comment.