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
@ -114,4 +114,6 @@ gulp.task('static', function () {
|
|||||||
.pipe(gulp.dest(paths.dist));
|
.pipe(gulp.dest(paths.dist));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('install', [ 'static', 'scripts', 'stylesheets' ]);
|
gulp.task('install', [ 'static', 'scripts', 'stylesheets' ]);
|
||||||
|
|
||||||
|
gulp.task('verify', [ 'lint', 'test' ]);
|
Loading…
x
Reference in New Issue
Block a user