Skip to content

Commit

Permalink
chore: Fix grunt dev:no-lint (#1314)
Browse files Browse the repository at this point in the history
Small bug fix. no-lint needs to run `run:npm_run_imports`.

## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @JKODU
  • Loading branch information
WilcoFiers authored Jan 22, 2019
1 parent 68741de commit 2660efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('dev:no-lint', [
'clean',
'pre-build',
'validate',
'concat:commons',
'configure',
Expand Down

0 comments on commit 2660efc

Please sign in to comment.