mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Build] Add verify task
This commit is contained in:
parent
71db4b38ab
commit
baf32dd62f
@ -114,4 +114,6 @@ gulp.task('static', function () {
|
||||
.pipe(gulp.dest(paths.dist));
|
||||
});
|
||||
|
||||
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