summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-14 14:29:08 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-14 14:29:08 +0200
commitc0cdac425bc16a5bca743862ed37b6382cef43f7 (patch)
treece93bbc7484f8881783fa97575df0610b05c7e84
parent:sparkles: server bundle (diff)
downloadserver-c0cdac425bc16a5bca743862ed37b6382cef43f7.tar.xz
:art: rename run script to start
-rw-r--r--bundle/package.json4
1 files 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": {