refactor
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"docker:prod:logs": "docker-compose -f docker-compose.prod.yml logs -f",
|
||||
"docker:prod:clean": "docker-compose -f docker-compose.prod.yml down -v",
|
||||
"api:build": "npm run build --workspace=@core/api",
|
||||
"test": "vitest run && vitest run --config vitest.e2e.config.ts && npm run smoke:website",
|
||||
"test": "vitest run \"$@\"",
|
||||
"test:unit": "vitest run tests/unit",
|
||||
"test:integration": "vitest run tests/integration",
|
||||
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
||||
|
||||
Reference in New Issue
Block a user