forked from FoundKeyGang/FoundKey
No lint when test
This commit is contained in:
parent
f5a937c523
commit
311b4e90ca
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ gulp.task('build:copy', ['build:copy:views', 'build:copy:lang'], () =>
|
|||
]).pipe(gulp.dest('./built/'))
|
||||
);
|
||||
|
||||
gulp.task('test', ['lint', 'mocha']);
|
||||
gulp.task('test', ['mocha']);
|
||||
|
||||
gulp.task('lint', () =>
|
||||
gulp.src('./src/**/*.ts')
|
||||
|
|
Loading…
Reference in a new issue