s3-npm-cache
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -7,2 +7,7 @@ #!/usr/bin/env node | ||
s3NpmCache.init(s3BucketName, packageJsonFileLocation); | ||
if (!s3BucketName || !packageJsonFileLocation) { | ||
console.log('Invalid arguments.'); | ||
console.log('Usage: s3-npm-cache <package.json root folder> <s3 bucket name>'); | ||
} else { | ||
s3NpmCache.init(s3BucketName, packageJsonFileLocation); | ||
} |
{ | ||
"name": "s3-npm-cache", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Forget lengthy npm install processes in your build pipeline. This script allows your build pipeline to cache your node_modules in S3 if your package.json hasn't changed.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4870
2
90