mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
npm sucks
This commit is contained in:
parent
60b3b83870
commit
d9fb53e87d
2 changed files with 3 additions and 2 deletions
|
|
@ -8,4 +8,4 @@ RUN npm i
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["npm", "run", "ts-node", "bot.ts"]
|
CMD ["npm", "run", "start"]
|
||||||
|
|
@ -4,7 +4,8 @@
|
||||||
"description": "Simply Plural bot for Discord",
|
"description": "Simply Plural bot for Discord",
|
||||||
"main": "bot.js",
|
"main": "bot.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "ts-node bot.ts"
|
||||||
},
|
},
|
||||||
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
|
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue