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(example): removing example lock files #861

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Conversation

dbanksdesign
Copy link
Member

Issue #, if available:

Description of changes: After talking to some devs, I don't believe our examples need lock files. Plus, some examples didn't have them already, some did, and one or two had a yarn.lock file in there. Lock files in examples are unnecessary because real users probably won't use those lock files anyways and get different transitive dependencies. A better mechanism would be to either run canary builds that do a full npm/yarn install without a lock file so they get the latest dependencies within the semver range and make sure those apps build. Or running that as integration tests for PRs in Github actions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dbanksdesign dbanksdesign merged commit 1200748 into main Sep 15, 2022
@dbanksdesign dbanksdesign deleted the remove-example-locks branch September 15, 2022 17:36
giovannimartusciello pushed a commit to giovannimartusciello/style-dictionary that referenced this pull request Sep 19, 2022
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.

1 participant