parent
411ec51817
commit
139a8b1b78
|
@ -463,8 +463,6 @@ 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,9 +107,6 @@ 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