npm sucks

This commit is contained in:
spiral 2023-01-22 03:08:00 +00:00
parent 60b3b83870
commit d9fb53e87d
2 changed files with 3 additions and 2 deletions

View file

@ -8,4 +8,4 @@ RUN npm i
COPY . /app COPY . /app
CMD ["npm", "run", "ts-node", "bot.ts"] CMD ["npm", "run", "start"]

View file

@ -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",