Skip to content

Commit

Permalink
BUGFIX: Fix report destination base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ruff committed Aug 31, 2018
1 parent 9c23d74 commit f21161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Promise
// Report generation
.each(result => {
if (yargs.report) {
const path = resolve(__dirname, '../reports')
const path = resolve(process.cwd(), 'reports')
return persistReport(result.reportName, result.report, path)
}
return result
Expand Down

0 comments on commit f21161c

Please sign in to comment.