Add linting to test

This commit is contained in:
DD 2018-10-25 14:22:55 -04:00
parent e893cb1325
commit bb7ebe0d24

View file

@ -18,7 +18,8 @@ var gulp = require('gulp'),
gulp.task('test', function(callback) {
runSequence(
'build'
'build',
'jshint'
// 'test:postbuild' // Disable tests for getting text stuff out
);
});