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": {
|