TEMP console log project folder

pull/164/head
Aaron Trudeau 2022-05-10 22:53:52 -04:00
parent b47553ab19
commit 411ec51817
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
3 changed files with 6 additions and 1 deletions

2
dist/index.js generated vendored
View File

@ -463,6 +463,8 @@ const Input = {
if (packageMode) {
packageName = this.getPackageNameFromPackageJson(projectPath);
this.verifyTestsFolderIsPresent(projectPath);
// eslint-disable-next-line no-console
console.log(fs_1.default.readdirSync(projectPath));
}
// Sanitise other input
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -107,6 +107,9 @@ const Input = {
if (packageMode) {
packageName = this.getPackageNameFromPackageJson(projectPath);
this.verifyTestsFolderIsPresent(projectPath);
// eslint-disable-next-line no-console
console.log(fs.readdirSync(projectPath));
}
// Sanitise other input