@naturalcycles/cli
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -0,1 +1,8 @@ | ||
## [1.1.5](https://github.com/NaturalCycles/cli/compare/v1.1.4...v1.1.5) (2020-06-25) | ||
### Bug Fixes | ||
* support ${scriptName}.script.ts ([7eb1f4a](https://github.com/NaturalCycles/cli/commit/7eb1f4a86dd5a3b16aca32479a0805e582e0bcd5)) | ||
## [1.1.4](https://github.com/NaturalCycles/cli/compare/v1.1.3...v1.1.4) (2020-04-08) | ||
@@ -2,0 +9,0 @@ |
@@ -43,2 +43,3 @@ #!/usr/bin/env node | ||
argv2: process.argv, | ||
projectTsconfigPath, | ||
}); | ||
@@ -69,3 +70,9 @@ } | ||
`./scripts/${_scriptPath}.ts`, | ||
`./scripts/${_scriptPath}.script.ts`, | ||
].find(fs.existsSync); | ||
if (CLI_DEBUG) { | ||
console.log({ | ||
scriptPath, | ||
}); | ||
} | ||
scriptPath = require.resolve(`${cwd}/${scriptPath}`); | ||
@@ -72,0 +79,0 @@ // console.log({ |
@@ -17,3 +17,3 @@ { | ||
"@naturalcycles/dev-lib": "^10.13.0", | ||
"@types/node": "^13.11.0" | ||
"@types/node": "^14.0.14" | ||
}, | ||
@@ -42,3 +42,3 @@ "files": [ | ||
}, | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "CLI utils to be installed globally via 'npm i -g'", | ||
@@ -45,0 +45,0 @@ "author": "Natural Cycles Team", |
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
7909
113