mirror of
https://github.com/nasa/openmct.git
synced 2025-02-07 03:29:24 +00:00
[Code Style] Enforce codestyle during verify task
This commit is contained in:
parent
fb159f6361
commit
6dfc52821b
@ -147,6 +147,6 @@ gulp.task('develop', ['serve', 'stylesheets', 'watch']);
|
||||
|
||||
gulp.task('install', [ 'static', 'scripts' ]);
|
||||
|
||||
gulp.task('verify', [ 'lint', 'test' ]);
|
||||
gulp.task('verify', [ 'lint', 'test', 'checkstyle' ]);
|
||||
|
||||
gulp.task('build', [ 'verify', 'install' ]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user