Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typecheck testfiles and storybook files as well #393

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

ZzAve
Copy link
Collaborator

@ZzAve ZzAve commented Jan 8, 2025

Fixes #389

"exclude": [
"node_modules",
"**/*.stories.tsx",
"**/*.spec.ts"
]
"exclude": ["node_modules"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the intended change I made. All the rest are 'fixes'

@ZzAve ZzAve changed the base branch from master to bump-jib-maven-plugin January 8, 2025 19:48
@ZzAve ZzAve deleted the branch master January 8, 2025 22:56
@ZzAve ZzAve closed this Jan 8, 2025
@ZzAve ZzAve reopened this Jan 8, 2025
@ZzAve ZzAve changed the base branch from bump-jib-maven-plugin to master January 8, 2025 23:03
@ZzAve ZzAve force-pushed the typecheck-test-and-storybook-files branch from 92ab05c to 30bd13c Compare January 8, 2025 23:05
@ZzAve ZzAve merged commit 586345c into master Jan 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript include tests and storybook
2 participants