[Build] Incluse NSP in verify tasks

This commit is contained in:
Victor Woeltjen 2016-08-22 15:32:44 -07:00 committed by Andrew Henry
parent 05e88e5dcf
commit 64d8b5fcd1

View File

@ -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' ]);