update package.json to generate each build

This commit is contained in:
GOVINDDIXIT 2020-06-05 17:25:29 +05:30
parent f7fb7013a1
commit d0059c90e0
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
"precommit": "eslint . && jest",
"generate-source-maps-ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios-release.bundle --sourcemap-output ios-release.bundle.map",
"generate-source-maps-android": "bugsnag-sourcemaps",
"postinstall": "patch-package && jetify"
"postinstall": "patch-package && jetify",
"play": "npx react-native run-android --variant=playDebug",
"foss": "npx react-native run-android --variant=fossDebug"
},
"husky": {
"hooks": {