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

Maintenance Release: preinstall fix and dependency update #4

Merged
merged 6 commits into from
May 29, 2024

Conversation

jwloka
Copy link
Member

@jwloka jwloka commented May 28, 2024

This PR fixes the preinstall issue for clients without pnpm. We also:

  • Update all package dependecies
  • Upgrade the release notes to Github standard
  • Fix the LICENSE file

@jwloka jwloka requested review from eins78 and meck93 May 28, 2024 18:34
@jwloka jwloka self-assigned this May 28, 2024
@@ -37,31 +37,30 @@
"license:check": "license-check-and-add check -f license-config.json",
"license:add": "license-check-and-add add -f license-config.json",
"license:remove": "license-check-and-add remove -f license-config.json",
"preinstall": "npx only-allow pnpm",
Copy link
Member

@eins78 eins78 May 28, 2024

Choose a reason for hiding this comment

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

good point, we should only added this for internal packages or mainly workspace roots, and never to published packages.

@meck93 meck93 merged commit 364b2ad into main May 29, 2024
1 check passed
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.

3 participants