Skip to content

Commit 73c5384

Browse files
committed
print current folder
1 parent 4972fd8 commit 73c5384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

task.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = {
101101
DEFAULT_CUSTOM_COVERAGE_SCRIPT_NAME,
102102
customNycReportScript
103103
)
104+
debug('current working directory is %s', process.cwd())
104105
return execa('npm', ['run', DEFAULT_CUSTOM_COVERAGE_SCRIPT_NAME], {
105106
stdio: 'inherit'
106107
})

0 commit comments

Comments
 (0)