Skip to content

Commit

Permalink
chore(build): lint errors only and silence webpack (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Mar 2, 2017
1 parent e7d4b47 commit b1ca344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ module.exports = function(grunt) {
}
},
lint: {
command: 'npm run lint',
command: 'npm run lint -- --errors',
options: {
preferLocal: true
}
Expand All @@ -468,7 +468,7 @@ module.exports = function(grunt) {
}
},
webpack: {
command: 'webpack test/require/webpack.js build/temp/webpack.js',
command: 'webpack --hide-modules test/require/webpack.js build/temp/webpack.js',
options: {
preferLocal: true
}
Expand Down

0 comments on commit b1ca344

Please sign in to comment.