@react-native-community/cli-clean
Advanced tools
Comparing version 9.0.0-alpha.0 to 9.0.0-alpha.3
@@ -169,3 +169,3 @@ "use strict"; | ||
tasks: [{ | ||
label: 'Clean CocoaPods cache', | ||
label: 'Clean CocoaPods pod cache', | ||
action: async () => { | ||
@@ -176,2 +176,8 @@ await (0, _execa().default)('pod', ['cache', 'clean', '--all'], { | ||
} | ||
}, { | ||
label: 'Remove installed CocoaPods', | ||
action: () => cleanDir('ios/Pods') | ||
}, { | ||
label: 'Remove CocoaPods spec cache', | ||
action: () => cleanDir('~/.cocoapods') | ||
}] | ||
@@ -178,0 +184,0 @@ } |
{ | ||
"name": "@react-native-community/cli-clean", | ||
"version": "9.0.0-alpha.0", | ||
"version": "9.0.0-alpha.3", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "^9.0.0-alpha.0", | ||
"@react-native-community/cli-tools": "^9.0.0-alpha.3", | ||
"chalk": "^4.1.2", | ||
@@ -33,3 +33,3 @@ "execa": "^1.0.0", | ||
}, | ||
"gitHead": "c4179d8c0d956fe226d839c85b9887ec3c8c6892" | ||
"gitHead": "379ca2d095943b498d18dfefb33e88ffc877f698" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24282
301