From a88d2a961dddfb20beb3d801de3c33ef98e8b3df Mon Sep 17 00:00:00 2001 From: Jayin Ton Date: Mon, 7 Sep 2020 12:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 851ad6a537..ede8a81d29 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Linux Command", "main": "dist/data.json", "scripts": { - "start": "npm run build && npm run deploy", + "start": "npm run build", "build": "node build/build.js", "dash": "npm run build && node build/dash.js" },