deps-upgrade(payments/backend-api): ⬆️ Update dependencies to apply security patches and new features in the payments backend API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
4dbd610934
commit
b038be5dfd
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
|||
"start:prod": "node dist/main",
|
||||
"lint": "eslint \"**/*.ts\" --fix",
|
||||
"test": "vitest run --passWithNoTests",
|
||||
"test:unit": "vitest run --config vitest.unit.config.ts",
|
||||
"test:unit:watch": "vitest --config vitest.unit.config.ts",
|
||||
"test:unit:cov": "vitest run --coverage --config vitest.unit.config.ts",
|
||||
"test:watch": "vitest",
|
||||
"test:cov": "vitest run --coverage",
|
||||
"test:e2e": "vitest run --config test/vitest.e2e.config.ts",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue