Skip to content

Commit

Permalink
fix: mkdirp reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent bbd6c45 commit ab4b02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/package-scripts.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const scripts = {
<%_ if (mocha) { _%>
if (process.env.CI) {
if (process.env.CIRCLECI) {
scripts.mocha.script = series(mkdirp('reports'), scripts.mocha.script)
scripts.test.script = series(mkdirp('reports'), scripts.test.script)
// add mocha junit reporter
scripts.mocha.script = crossEnv(`MOCHA_FILE=reports/mocha.xml ${scripts.mocha.script} --reporter mocha-junit-reporter`)
// add eslint reporter
Expand Down

0 comments on commit ab4b02f

Please sign in to comment.