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,7 +177,7 @@ To deploy the app to an iPhone, start by plugging your iOS device into your comp
177 177
 
178 178
 ```
179 179
 npm install -g ios-deploy ios-sim
180
-ionic build ios --prod
180
+ionic build ios
181 181
 cd platforms/ios/
182 182
 open ionic-auth.xcodeproj
183 183
 ```