[Build] Add verify task

This commit is contained in:
Victor Woeltjen 2016-01-29 10:15:34 -08:00
parent 71db4b38ab
commit baf32dd62f

View File

@ -115,3 +115,5 @@ gulp.task('static', function () {
});
gulp.task('install', [ 'static', 'scripts', 'stylesheets' ]);
gulp.task('verify', [ 'lint', 'test' ]);