TEMP console log project folder
parent
b47553ab19
commit
411ec51817
|
@ -463,6 +463,8 @@ const Input = {
|
||||||
if (packageMode) {
|
if (packageMode) {
|
||||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||||
this.verifyTestsFolderIsPresent(projectPath);
|
this.verifyTestsFolderIsPresent(projectPath);
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log(fs_1.default.readdirSync(projectPath));
|
||||||
}
|
}
|
||||||
// Sanitise other input
|
// Sanitise other input
|
||||||
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');
|
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -107,6 +107,9 @@ const Input = {
|
||||||
if (packageMode) {
|
if (packageMode) {
|
||||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||||
this.verifyTestsFolderIsPresent(projectPath);
|
this.verifyTestsFolderIsPresent(projectPath);
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log(fs.readdirSync(projectPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sanitise other input
|
// Sanitise other input
|
||||||
|
|
Loading…
Reference in New Issue