Skip to content

Commit

Permalink
fix. package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Jan 23, 2019
1 parent 59b76da commit c0bd99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/simpleDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios && react-native log-ios",
"android": "react-native run-android && react-native log-android",
- "bundle-android": "react-native bundle --entry-file index.js --bundle-output android/app/build/generated/assets/react/release/index.android.bundle --platform android --assets-dest android/app/src/main/res --dev false",
- "build-android": "cd android && ./gradlew assembleRelease",
"bundle-android": "react-native bundle --entry-file index.js --bundle-output android/app/build/generated/assets/react/release/index.android.bundle --platform android --assets-dest android/app/src/main/res --dev false",
"build-android": "cd android && ./gradlew assembleRelease",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit c0bd99a

Please sign in to comment.