mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add linting to test
This commit is contained in:
parent
e893cb1325
commit
bb7ebe0d24
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ var gulp = require('gulp'),
|
||||||
|
|
||||||
gulp.task('test', function(callback) {
|
gulp.task('test', function(callback) {
|
||||||
runSequence(
|
runSequence(
|
||||||
'build'
|
'build',
|
||||||
|
'jshint'
|
||||||
// 'test:postbuild' // Disable tests for getting text stuff out
|
// 'test:postbuild' // Disable tests for getting text stuff out
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue