...
This commit is contained in:
parent
3b5b8cb79c
commit
fa3d48ad98
|
@ -5,9 +5,8 @@
|
||||||
"main": "bot.js",
|
"main": "bot.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/.bin/babel src --presets=env --plugins=add-module-exports --out-dir dist",
|
"build": "./node_modules/.bin/babel src --presets=env --plugins=add-module-exports --out-dir dist",
|
||||||
"debug": "node --inspect=9229 dist/bot.js",
|
"debug": "npm run rmlog && npm run build && node --inspect=9229 dist/bot.js",
|
||||||
"start": "npm run build && node dist/bot.js",
|
"start": "npm run build && node dist/bot.js",
|
||||||
"inspect": "npm run build && node --inspect=9229 dist/bot.js",
|
|
||||||
"rmlog": "rm logs/*.log"
|
"rmlog": "rm logs/*.log"
|
||||||
},
|
},
|
||||||
"author": "Flummi & jkhsjdhjs",
|
"author": "Flummi & jkhsjdhjs",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user