Commit 2ad92d61 authored by yogevbd's avatar yogevbd

Add prerelease script

parent 9ef5e6f1
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
"test-js": "node ./scripts/test-js", "test-js": "node ./scripts/test-js",
"xcode": "open example/ios/NotificationsExampleApp.xcodeproj", "xcode": "open example/ios/NotificationsExampleApp.xcodeproj",
"androidStudio": "open -a /Applications/Android\\ Studio.app ./example/android", "androidStudio": "open -a /Applications/Android\\ Studio.app ./example/android",
"prerelease": "npm run build",
"release": "node ./scripts/release", "release": "node ./scripts/release",
"generate-changelog": "gren changelog" "generate-changelog": "gren changelog"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment