Skip to content

Commit 33e81ec

Browse files
authored
Merge pull request #521 from objectstack-ai/copilot/fix-build-and-test-b069be48-fae9-467c-9315-048cfd94c83e
2 parents af267f4 + a196f8a commit 33e81ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-calendar/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"skipLibCheck": true
1515
},
1616
"include": ["src"],
17-
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
17+
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.tsx"]
1818
}

packages/plugin-gantt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"skipLibCheck": true
1515
},
1616
"include": ["src"],
17-
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
17+
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.tsx"]
1818
}

0 commit comments

Comments
 (0)