mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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) {
|
||||
runSequence(
|
||||
'build'
|
||||
'build',
|
||||
'jshint'
|
||||
// 'test:postbuild' // Disable tests for getting text stuff out
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue