skip clean during build
This commit is contained in:
parent
a24ca9dc1f
commit
13eeb8a388
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue