@kartikkhk/deploykit
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -33,2 +33,3 @@ #!/usr/bin/env node | ||
const env = `${ENV_DIR}/${res['envFile']}`; | ||
console.log(fs.readFileSync(env, 'utf-8')) | ||
const dep = await inquirer.prompt(deployOpts); | ||
@@ -35,0 +36,0 @@ if (dep.deploymentScript === 'Exit') return; |
{ | ||
"name": "@kartikkhk/deploykit", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "a utility tool to make deployments easy ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
124633
33