diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-14 14:29:08 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-14 14:29:08 +0200 |
commit | d791ab37a3324d809d91464870f164f629e0be95 (patch) | |
tree | f873aaa117c95d25280a62b9d79a097cc4b8f42e /bundle/package.json | |
parent | :sparkles: server bundle (diff) | |
download | server-d791ab37a3324d809d91464870f164f629e0be95.tar.xz |
:art: rename run script to start
Diffstat (limited to '')
-rw-r--r-- | bundle/package.json | 4 |
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": { |