mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[Build] Incluse NSP in verify tasks
This commit is contained in:
parent
05e88e5dcf
commit
64d8b5fcd1
@ -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' ]);
|
||||
|
Loading…
Reference in New Issue
Block a user