ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Remove StoryBlocks from linting #2187

Closed rajsite closed 2 weeks ago

rajsite commented 2 weeks ago

Pull Request

๐Ÿคจ Rationale

After #2168 the storybook build became intermittent. The only changes in the storybook package that seem like it could be build related was the addition of a tsconfig to handle the tsx file in the .storybook config directory which is outside of the src directory. Fixes #2179

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Remove the additional tsconfig files.

๐Ÿงช Testing

Ran several clean builds locally, hopefully resolves the issue, but can re-open if still comes up.

โœ… Checklist

rajsite commented 2 weeks ago

@jattasNI gonna override merge to see if it prevents pipeline issues