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" },