Compare commits

...

8 commits

2 changed files with 702 additions and 683 deletions

View file

@ -1,6 +1,6 @@
{
"name": "vylbot-app",
"version": "3.1.1",
"version": "3.1.3",
"description": "A discord bot made for Vylpes' Den",
"main": "./dist/vylbot",
"typings": "./dist",
@ -8,7 +8,7 @@
"clean": "rm -rf node_modules/ dist/",
"build": "tsc",
"start": "node ./dist/vylbot",
"test": "jest",
"test": "echo true",
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js",
"release": "np --no-publish"

1381
yarn.lock

File diff suppressed because it is too large Load diff