-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix npm publish for CLI #1591
Fix npm publish for CLI #1591
Conversation
This reverts commit 75f5653.
|
Name | Type |
---|---|
@xata.io/cli | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Your pull request has been published to npm. You can install @xata.io/client by running:
Other packages are published like this:
To test the CLI, run:
|
Signed-off-by: Alexis Rico <[email protected]>
size-limit report 📦
|
Signed-off-by: Alexis Rico <[email protected]>
cli
to packages/*
(#1584)"Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
This reverts commit ee20ee0.
Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
Signed-off-by: Alexis Rico <[email protected]>
We need to use
lodash-es
instead oflodash
so thatnpm publish
works.Also bumped a dependency and removed an override that wasn't needed.