summaryrefslogtreecommitdiff
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
parent#1921 (diff)
downloadmisskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.gz
misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.tar.bz2
misskey-744e0096900ba0b575fb83acbfd9024b719e5ed1.zip
#1927
-rw-r--r--gulpfile.ts2
-rw-r--r--package.json2
2 files changed, 0 insertions, 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",