Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update build executable to respect config stats. #163

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

jaridmargolin
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Apr 3, 2017

Codecov Report

Merging #163 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          36       36           
  Lines         418      418           
=======================================
  Hits          379      379           
  Misses         39       39

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6924e2...9eca5e2. Read the comment docs.

@@ -14,10 +15,12 @@ module.exports = (middleware, options) => {
process.exit(1);
}, (stats) => {
spinner.succeed('Building project completed');
console.log(stats.toString({
const options = defaultTo({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place a blank line above the const declaration.

Copy link
Member

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one nit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants