update yarn script commands

This commit is contained in:
Bilal Catic
2020-02-18 11:06:39 +01:00
parent 020102cb27
commit 4dcc2c3f93
2 changed files with 2877 additions and 17 deletions

View File

@@ -5,9 +5,9 @@
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "tsc",
"prestart": "npm run build",
"prestart": "yarn run build",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"dependencies": {
"dotenv": "^8.2.0",
@@ -18,7 +18,12 @@
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.2",
"@types/express-validator": "^3.0.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@types/supertest": "^2.0.8",
"jest": "^25.1.0",
"supertest": "^4.0.2",
"ts-jest": "^25.2.0",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
}

File diff suppressed because it is too large Load Diff