mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 02:39:56 +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('install', [ 'static', 'scripts', 'stylesheets' ]);
|
||||||
|
|
||||||
|
gulp.task('verify', [ 'lint', 'test' ]);
|
Loading…
Reference in New Issue
Block a user