Skip to content

Commit ab3c61e

Browse files
committed
Debug validation
1 parent 432070c commit ab3c61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/scripts/validate-generated-project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const validateGeneratedArtifacts = async (project) => {
1919
project
2020
)
2121
const generatedArtifacts = fs.readdirSync(generatedProjectDirPath)
22+
console.log('Dir contents', process.cwd(), config.GENERATED_PROJECTS_DIR, project, fs.readdirSync(process.cwd()))
2223
console.log('generatedArtifacts', generatedArtifacts, generatedProjectDirPath)
2324

2425
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)