Skip to content
Snippets Groups Projects
Unverified Commit 311b4e90 authored by syuilo's avatar syuilo
Browse files

No lint when test

parent f5a937c5
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment