mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
[Build] Add verify task
This commit is contained in:
parent
71db4b38ab
commit
baf32dd62f
@ -115,3 +115,5 @@ gulp.task('static', function () {
|
||||
});
|
||||
|
||||
gulp.task('install', [ 'static', 'scripts', 'stylesheets' ]);
|
||||
|
||||
gulp.task('verify', [ 'lint', 'test' ]);
|
Loading…
Reference in New Issue
Block a user