Browse Source

Remove --prod flag

Matt Raible 7 years ago
parent
commit
7a46d1a40d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      DEMO.md

+ 1
- 1
DEMO.md View File

177
 
177
 
178
 ```
178
 ```
179
 npm install -g ios-deploy ios-sim
179
 npm install -g ios-deploy ios-sim
180
-ionic build ios --prod
180
+ionic build ios
181
 cd platforms/ios/
181
 cd platforms/ios/
182
 open ionic-auth.xcodeproj
182
 open ionic-auth.xcodeproj
183
 ```
183
 ```