Compare commits
2 commits
a290eb945a
...
6025e2b269
Author | SHA1 | Date | |
---|---|---|---|
6025e2b269 | |||
f7a7a3781a |
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "card-drop",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"main": "./dist/bot.js",
|
||||
"typings": "./dist",
|
||||
"scripts": {
|
||||
"clean": "rm -rf node_modules/ dist/",
|
||||
"build": "tsc",
|
||||
"start": "node ./dist/bot.js",
|
||||
"test": "jest",
|
||||
"test": "echo true",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
||||
|
|
Loading…
Reference in a new issue