-
-
Notifications
You must be signed in to change notification settings - Fork 532
[email protected] missing 'dist' in package #2032
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
Comments
My build failing after installing
|
Same here, |
Same issue, builds are failing 😕 |
I'm also seeing the same missing |
Same here, it's my first time using openapi-fetch and my editor couldn't find the import. yarn chose to install 0.13.2, which is published to npm but not documented on the GitHub releases page. Downgrading to 0.13.1 worked. |
@drwpow could this be because of the turborepo upgrade? |
First of all, apologies for the bad publish. We are still analyzing what has happened and what the impact is (notably if there are other bad packages). Investigation info: Packages published in this flow:
|
Thanks for raising! This was a hiccup in our automated publish pipeline. Will have refreshes out shortly fixing the issue. |
Also just for internal reference, this did happen in the Turborepo PR, but was 100% unrelated to Turborepo. This was the offending line: - - run: pnpm run build There’s a weird quirk about the Changesets release where the |
openapi-fetch and openapi-react-query got refreshes (you’ll have to update to the latest patch; for obvious reasons npm doesn’t let you re-publish a version), and confirmed the |
Description
I happened to install the latest version (0.13.2) and noticed that the package is missing the
dist
directory. 0.13.1 is fine.Reproduction
Expected result
(in case it’s not obvious)
Checklist
The text was updated successfully, but these errors were encountered: