Skip to content

Commit

Permalink
versioning 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianovide committed Jan 10, 2019
1 parent a948449 commit 9f31bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve-prod": "npm run build:react && http-server build",
"build:ios": "mkdir -p ./cordova-app/www/ && cp -a ./build/* ./cordova-app/www/ && cd cordova-app && cordova platform rm ios && cordova platform add ios && cordova build ios --prod --release --device --buildConfig build.json && cd ..",
"build:android": "mkdir -p ./cordova-app/www/ && cp -a ./build/* ./cordova-app/www/ && cd cordova-app && cordova platform rm android && cordova platform add android && cordova build android --prod --release --buildConfig build.json && cd ..",
"build:ios": "./scripts/runWithVars.sh 'mkdir -p ./cordova-app/www/ && cp -a ./build/* ./cordova-app/www/ && cd cordova-app && cordova platform rm ios && cordova platform add ios && cordova build ios --prod --release --device --buildConfig build.json && cd ..'",
"build:android": "./scripts/runWithVars.sh 'mkdir -p ./cordova-app/www/ && cp -a ./build/* ./cordova-app/www/ && cd cordova-app && cordova platform rm android && cordova platform add android && cordova build android --prod --release --buildConfig build.json && cd ..'",
"build:react": "./scripts/runWithVars.sh 'react-scripts build'",
"beta:android": "cd cordova-app; fastlane android beta",
"beta:ios": "cd cordova-app; fastlane ios beta",
Expand Down

0 comments on commit 9f31bf1

Please sign in to comment.