react-native-clean-project
Advanced tools
Comparing version 3.6.0 to 3.6.1
{ | ||
"name": "react-native-clean-project", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.9.0" |
@@ -9,4 +9,4 @@ #!/usr/bin/env node | ||
.then(options.askiOSPods) | ||
.then(options.askSystemPodsCache) | ||
.then(options.askUserPodsCache) | ||
.then(options.askSystemiOSPodsCache) | ||
.then(options.askUseriOSPodsCache) | ||
.then(options.askUpdatePods) | ||
@@ -25,7 +25,7 @@ .then(options.askAndroid) | ||
} | ||
if (options.getWipeSystemPodsCache()) { | ||
executeTask(tasks.wipeSystemPodsCache); | ||
if (options.getWipeSystemiOSPodsCache()) { | ||
executeTask(tasks.wipeSystemiOSPodsCache); | ||
} | ||
if (options.getWipeUserPodsCache()) { | ||
executeTask(tasks.wipeUserPodsCache); | ||
if (options.getWipeUseriOSPodsCache()) { | ||
executeTask(tasks.wipeUseriOSPodsCache); | ||
} | ||
@@ -32,0 +32,0 @@ if (options.getWipeAndroidBuild()) { |
34108