summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-17 22:51:25 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-17 22:51:25 +0900
commit311b4e90cac635ba50d662db7e87eece28cf4699 (patch)
tree912503fa09bf5152b9c440a529cf0dce0e2dc13c /gulpfile.ts
parentBetter hashtag parsing (diff)
downloadsharkey-311b4e90cac635ba50d662db7e87eece28cf4699.tar.gz
sharkey-311b4e90cac635ba50d662db7e87eece28cf4699.tar.bz2
sharkey-311b4e90cac635ba50d662db7e87eece28cf4699.zip
No lint when test
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts
index da111b2982..8a4a74d26c 100644
--- a/gulpfile.ts
+++ b/gulpfile.ts
@@ -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')