skip clean during build

This commit is contained in:
Dan Motzenbecker 2015-10-15 21:36:58 -04:00
parent a24ca9dc1f
commit 13eeb8a388
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ launch = ({name, device}) ->
-workspace native/ios/#{name}.xcworkspace
-scheme #{name}
-destination platform='iOS Simulator',OS=latest,id='#{device}'
clean test
test
"
log 'Launching simulator'