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

chore: run npm clean across packages #1978

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

daniellacosse
Copy link
Contributor

No description provided.

@daniellacosse daniellacosse requested a review from a team as a code owner April 17, 2024 20:41
@daniellacosse daniellacosse changed the title chore: run npm clean across workspaces chore: run npm clean across packages Apr 17, 2024
@@ -110,5 +110,8 @@
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"license": "Apache"
"license": "Apache",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is not the right designation. It may be Apache-2? Also, do we need it on every package.json?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, I can remove it in a license cleanup.

@daniellacosse daniellacosse merged commit c8e082a into master Apr 19, 2024
19 checks passed
@daniellacosse daniellacosse deleted the daniellacosse/improved_clean branch April 19, 2024 15:29
sbruens added a commit that referenced this pull request Apr 19, 2024
sbruens added a commit that referenced this pull request Apr 19, 2024
* chore(server_manager): fix the manager

* Add `server_manager/node_modules` to cleanup.

* Serve images for karma tests to avoid 1000+ 404 errors that make debugging hard.

* Fix some more tests.

* Dedupe `lit-html` that is messing up the `repeat` directive.

* Update `package-lock.json`.

* Revert `singleRun: true`.

* Move lint check to its own workflow.

* Fix `@typescript-eslint/eslint-plugin` dependency to handle TS decorators.

* Correct dependency path.

* Fix lit imports.

* Make tests run in random order.

* Remove cleaning of node_modules in favor of #1978.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants