Skip to content

Commit ddb40ae

Browse files
committed
fix cli builds
1 parent 8df5122 commit ddb40ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cli-v3/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"esm"
4040
],
4141
"project": "./tsconfig.src.json",
42+
"exclude": [
43+
"**/*.test.ts"
44+
],
4245
"exports": {
4346
"./package.json": "./package.json",
4447
".": "./src/index.ts"

0 commit comments

Comments
 (0)