diff --git a/gulpfile.js b/gulpfile.js index 5bacb58ef9..bf52224863 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -157,6 +157,6 @@ gulp.task('develop', ['serve', 'stylesheets', 'watch']); gulp.task('install', [ 'static', 'scripts' ]); -gulp.task('verify', [ 'lint', 'test', 'checkstyle' ]); +gulp.task('verify', [ 'lint', 'test', 'checkstyle', 'nsp' ]); gulp.task('build', [ 'verify', 'install' ]);