-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
WebComponents: Fix types and improve CLI detection #14258
Conversation
files: { | ||
'package.json': { | ||
dependencies: { | ||
'lit-html': '1.0.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be an exact dep?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just for the test fixture ;) any version is ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
…sted in the monorepo
Related to #12395 (comment)
What I did
lit-html
instead oflit-element
to avoid dependency issues forlit-html
-only userslit-html
dep and keep onlylit-element
in config used to run WC E2E testlit-html
projects (and not onlylit-element
ones) in SB CLIHow to test
lit-html
project, andsb init
should properly detect a WC setup.