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

[infra] Upgrade changesets and remove Prettier version override #3255

Merged
merged 2 commits into from Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/eight-frogs-roll.md
@@ -0,0 +1,2 @@
---
---
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Expand Up @@ -36,13 +36,6 @@ jobs:
working-directory: lit
run: npm ci

# Changeset uses prettier@1 which creates unstable formatting issues
# Deleting this forces fallback to our version of prettier
# https://github.com/changesets/changesets/issues/616
- name: Remove old version of prettier from changesets
working-directory: lit
run: rm -rf node_modules/@changesets/*/node_modules/prettier

- name: Create Release Pull Request or Publish to npm
# The id of this step must not be "changesets", or else the step will be invisible
# in the list of steps from the GitHub UI when the action runs (though it will still
Expand Down