1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 02:01:33 +02:00

🎨 rename run script to start

This commit is contained in:
Flam3rboy 2021-08-14 14:29:08 +02:00
parent 643582e8a6
commit c0cdac425b

View File

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