From d791ab37a3324d809d91464870f164f629e0be95 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 14 Aug 2021 14:29:08 +0200 Subject: [PATCH] :art: rename run script to start --- bundle/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/package.json b/bundle/package.json index c8d6a9f3..210afe5f 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -10,8 +10,8 @@ "build:api": "cd ../api/ && npm run build", "build:cdn": "cd ../cdn/ && npm run build", "build:gateway": "cd ../gateway/ && npm run build", - "start": "npm run build && node dist/start.js", - "root": "npm run build && node dist/root.js", + "bundle": "npm run build && node dist/start.js", + "start": "npm run build && node dist/root.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {