From 9fb86aed0458a3e1f41b1e4439a8b5ad736db945 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 14 Apr 2019 18:18:20 +0900 Subject: [PATCH] Clean up --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 883c8a25e..7b1e93ada 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "start": "node ./index.js", "init": "node ./built/init.js", "migrate": "node ./built/migrate.js", - "debug": "DEBUG=misskey:* node ./index.js", "build": "webpack && gulp build", "webpack": "webpack", "watch": "webpack --watch",