@react-native-community/cli-clean
Advanced tools
Comparing version 14.0.0-alpha.11 to 14.0.0
@@ -169,16 +169,2 @@ "use strict"; | ||
}, | ||
npm: { | ||
description: '`node_modules` folder in the current package, and optionally verify npm cache', | ||
tasks: [{ | ||
label: 'Remove node_modules', | ||
action: () => cleanDir(`${projectRoot}/node_modules`) | ||
}, ...(verifyCache ? [{ | ||
label: 'Verify npm cache', | ||
action: async () => { | ||
await (0, _execa().default)('npm', ['cache', 'verify'], { | ||
cwd: projectRoot | ||
}); | ||
} | ||
}] : [])] | ||
}, | ||
bun: { | ||
@@ -223,2 +209,16 @@ description: 'Bun cache', | ||
}] | ||
}, | ||
npm: { | ||
description: '`node_modules` folder in the current package, and optionally verify npm cache', | ||
tasks: [{ | ||
label: 'Remove node_modules', | ||
action: () => cleanDir(`${projectRoot}/node_modules`) | ||
}, ...(verifyCache ? [{ | ||
label: 'Verify npm cache', | ||
action: async () => { | ||
await (0, _execa().default)('npm', ['cache', 'verify'], { | ||
cwd: projectRoot | ||
}); | ||
} | ||
}] : [])] | ||
} | ||
@@ -269,2 +269,2 @@ }; | ||
//# sourceMappingURL=/Users/szymonrybczak/development/cli/packages/cli-clean/build/clean.js.map | ||
//# sourceMappingURL=/Users/thymikee/Developer/oss/rncli/packages/cli-clean/build/clean.js.map |
@@ -14,2 +14,2 @@ "use strict"; | ||
//# sourceMappingURL=/Users/szymonrybczak/development/cli/packages/cli-clean/build/index.js.map | ||
//# sourceMappingURL=/Users/thymikee/Developer/oss/rncli/packages/cli-clean/build/index.js.map |
{ | ||
"name": "@react-native-community/cli-clean", | ||
"version": "14.0.0-alpha.11", | ||
"version": "14.0.0", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "14.0.0-alpha.11", | ||
"@react-native-community/cli-tools": "14.0.0", | ||
"chalk": "^4.1.2", | ||
@@ -23,3 +23,3 @@ "execa": "^5.0.0", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "14.0.0-alpha.11", | ||
"@react-native-community/cli-types": "14.0.0", | ||
"@types/prompts": "^2.4.4" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "a60ee2805fa9df6aa70e893a4aeadf2546d61a97" | ||
"gitHead": "dec33cb945be548a0d30c2ea073493e253239850" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
9
27352
115
5
2
57
+ Added@react-native-community/cli-tools@14.0.0(transitive)
- Removed@react-native-community/cli-tools@14.0.0-alpha.11(transitive)