Seems we have optimized the actions, good
Unit Tests with docker compose / unit-test (pull_request) Successful in 1m22s
Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 1m22s
Details
This commit is contained in:
parent
634fd962ac
commit
1c3944dd36
|
@ -2,7 +2,6 @@
|
|||
"name": "bot-api",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"license": "ToBeDisclosed",
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.3.1",
|
||||
"@types/express": "^4.17.21",
|
||||
|
@ -16,7 +15,7 @@
|
|||
"ts-jest": "^29.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "5.3.3"
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
|
|
|
@ -2922,7 +2922,7 @@ type-is@~1.6.18:
|
|||
media-typer "0.3.0"
|
||||
mime-types "~2.1.24"
|
||||
|
||||
typescript@5.3.3, "typescript@>=4.3 <6":
|
||||
"typescript@>=4.3 <6", typescript@^5.0.0:
|
||||
version "5.3.3"
|
||||
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
|
||||
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
||||
|
|
Loading…
Reference in New Issue