diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-19 11:47:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-19 11:47:18 +0900 |
| commit | 744e0096900ba0b575fb83acbfd9024b719e5ed1 (patch) | |
| tree | e4f14474633c706d1e21cebee219854360d94f95 /gulpfile.ts | |
| parent | #1921 (diff) | |
| download | misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.gz misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.bz2 misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.zip | |
#1927
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index 23301cd244..a27e22e6b7 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -45,8 +45,6 @@ gulp.task('build', [ 'doc' ]); -gulp.task('rebuild', ['clean', 'build']); - gulp.task('build:ts', () => { const tsProject = ts.createProject('./tsconfig.json'); |