Skip to content

Commit

Permalink
Try fixing test coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 21, 2019
1 parent e760b8e commit fb63408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const babel = () =>
.pipe(include(/\.(js)$/u))
.pipe(sourcemaps.init())
.pipe(gulpBabel({ comments: false, minified: true, retainLines: true }))
.pipe(sourcemaps.write('.'))
.pipe(sourcemaps.write('.', { sourceRoot: '../src/' }))
.pipe(dest(BUILD_DIST))

const yaml = () =>
Expand Down

0 comments on commit fb63408

Please sign in to comment.