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

feat: Support lerna scopes in npm start #203

Merged
merged 5 commits into from
Jan 11, 2024

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Jan 10, 2024

Support lerna scopes in npm start

resolves #202

@bmingles bmingles force-pushed the 202-lerna-scopes-npm-start branch from d779791 to 5177c40 Compare January 10, 2024 21:31
@bmingles bmingles requested a review from mofojed January 10, 2024 21:35
.prettierrc Outdated Show resolved Hide resolved
@@ -0,0 +1 @@
plugins/json/test/*.json
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to ignore these files?

Copy link
Contributor Author

@bmingles bmingles Jan 11, 2024

Choose a reason for hiding this comment

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

Formatting the test .json files breaks CI tests. I assume they are formatted to match the json content exactly, but I'm not actually sure how the tests work

Copy link
Member

Choose a reason for hiding this comment

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

Can you add a comment in this ignore file to that effect then?

@bmingles bmingles requested a review from mofojed January 11, 2024 00:16
@bmingles bmingles merged commit aab9591 into deephaven:main Jan 11, 2024
23 checks passed
@bmingles bmingles deleted the 202-lerna-scopes-npm-start branch January 11, 2024 20:09
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.

Support scopes in npm start
2 participants