diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-17 22:51:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-17 22:51:25 +0900 |
| commit | 311b4e90cac635ba50d662db7e87eece28cf4699 (patch) | |
| tree | 912503fa09bf5152b9c440a529cf0dce0e2dc13c | |
| parent | Better hashtag parsing (diff) | |
| download | sharkey-311b4e90cac635ba50d662db7e87eece28cf4699.tar.gz sharkey-311b4e90cac635ba50d662db7e87eece28cf4699.tar.bz2 sharkey-311b4e90cac635ba50d662db7e87eece28cf4699.zip | |
No lint when test
| -rw-r--r-- | gulpfile.ts | 2 |
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') |