mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +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…
x
Reference in New Issue
Block a user