commit
This commit is contained in:
8
ev.json
8
ev.json
@ -2,8 +2,6 @@
|
||||
"build": [
|
||||
["node", "-v"],
|
||||
["npm", "-v"],
|
||||
["npm", "cache", "clean", "--force"],
|
||||
["rm", "-rf", "node_modules"],
|
||||
["npm", "config", "set", "scripts-prepend-node-path", "true"],
|
||||
["npm", "config", "set", "color", "false"],
|
||||
["npm", "install"]
|
||||
@ -16,12 +14,6 @@
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin"
|
||||
],
|
||||
"cmd": ["npm", "start"]
|
||||
},
|
||||
{
|
||||
"name": "TepexoffBot2",
|
||||
"restart_after_update": false,
|
||||
"env": [],
|
||||
"cmd": ["./node_modules/.bin/babel-node", "main.js"]
|
||||
}
|
||||
]
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": ".\\node_modules\\.bin\\babel-node main.js",
|
||||
"start": "./node_modules/.bin/babel-node main.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user