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