Compare commits
8 commits
071e33e69c
...
ca97ef8060
Author | SHA1 | Date | |
---|---|---|---|
ca97ef8060 | |||
9955f5730b | |||
fcd6ecf06b | |||
94634ab01c | |||
6a3eb69692 | |||
324f611516 | |||
f3b2a38f22 | |||
97a65b8547 |
2 changed files with 702 additions and 683 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue