From 39358b1517a06b90b9886a648ce1c595d1556c8e Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 2 Jan 2025 15:16:48 +0200 Subject: ci: Run tests on push (#807) * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 66bfbaee..c9ad5633 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache", "lint:ws": "pnpm dlx sherif@latest", "postinstall": "pnpm lint:ws", - "typecheck": "turbo --no-daemon typecheck" + "typecheck": "turbo --no-daemon typecheck", + "test": "turbo --no-daemon test --continue" }, "devDependencies": { "@hoarder/prettier-config": "workspace:^0.1.0", -- cgit v1.2.3-70-g09d2