This commit is contained in:
Erik 2021-06-09 02:46:46 +03:00
parent 9214d588b0
commit 5a8d48b37b
No known key found for this signature in database
GPG Key ID: 7E862371D3409F16

View File

@ -4,8 +4,8 @@
"description": "New iteration of GalacticBot", "description": "New iteration of GalacticBot",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "NODE_ENV=production node --trace-warnings index.js", "start": "node --trace-warnings index.js",
"dev": "NODE_ENV=development node --trace-warnings index.js", "dev": "node --trace-warnings index.js",
"debug": "node --trace-warnings --inspect index.js", "debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update" "update": "git pull && cd api && yarn update"
}, },