From 744e0096900ba0b575fb83acbfd9024b719e5ed1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Jul 2018 11:47:18 +0900 Subject: [PATCH] #1927 --- gulpfile.ts | 2 -- package.json | 2 -- 2 files changed, 4 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'); diff --git a/package.json b/package.json index 5fa58abbe8..16f7446094 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,10 @@ "scripts": { "start": "node ./built", "debug": "DEBUG=misskey:* node ./built", - "swagger": "node ./swagger.js", "build": "webpack && gulp build", "webpack": "webpack", "watch": "webpack --watch", "gulp": "gulp build", - "rebuild": "gulp rebuild", "clean": "gulp clean", "cleanall": "gulp cleanall", "lint": "gulp lint",