Parcourir la source

Remove --prod flag

Matt Raible il y a 7 ans
Parent
révision
7a46d1a40d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      DEMO.md

+ 1
- 1
DEMO.md Voir le fichier

@@ -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
 ```