bam-lambda
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "bam-lambda", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/bam-lambda/bam.git", |
@@ -38,4 +38,2 @@ const getUserDefaults = require('./getUserDefaults'); | ||
module.exports = async function catchSetupAndConfig(path, command) { | ||
if (commandIsNotValid(command) || ['help', 'version', 'create'].includes(command)) return true; | ||
const awsConfigExistsWithRegionSet = getRegion(); | ||
@@ -48,2 +46,4 @@ if (!awsConfigExistsWithRegionSet) { | ||
if (commandIsNotValid(command) || ['help', 'version', 'create'].includes(command)) return true; | ||
const bamPath = getBamPath(path); | ||
@@ -50,0 +50,0 @@ const bamDirExists = await exists(bamPath); |
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