summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-19 11:47:18 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-19 11:47:18 +0900
commit744e0096900ba0b575fb83acbfd9024b719e5ed1 (patch)
treee4f14474633c706d1e21cebee219854360d94f95 /gulpfile.ts
parent#1921 (diff)
downloadmisskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.gz
misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.bz2
misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.zip
#1927
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts2
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');