Skip to content

Commit 3e2087f

Browse files
committed
Do not build tests
1 parent 6f091ea commit 3e2087f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/social/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\"",
88
"test": "vitest",
9-
"build": "tsc && tsc-alias",
9+
"build": "tsc --project ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
1010
"lint": "eslint .",
1111
"ci:lint": "pnpm run lint --format compact",
1212
"typecheck": "tsc --noEmit",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"exclude": ["node_modules", "dist", "**/*.test.ts"]
4+
}

0 commit comments

Comments
 (0)