feat(F-185): completed feature
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"lint:boundaries": "node scripts/check-module-boundaries.mjs src",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"test": "vitest run",
|
||||
"test:integration": "node --env-file-if-exists=.env node_modules/vitest/vitest.mjs run itest",
|
||||
"test:integration": "node --env-file-if-exists=.env node_modules/vitest/vitest.mjs run itest --no-file-parallelism",
|
||||
"docker:up": "docker compose up -d --wait",
|
||||
"docker:down": "docker compose down",
|
||||
"db:seed": "node --env-file-if-exists=.env scripts/seed.cjs",
|
||||
|
||||
Reference in New Issue
Block a user