-
Notifications
You must be signed in to change notification settings - Fork 107
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: add missing deps #654
chore: add missing deps #654
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Sorry I didn't notice you made this PR and I have just merged another PR that add the missing pkg.
*.cjs | ||
*.d.ts | ||
*.js | ||
*.mjs | ||
LICENSE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not copying the LICENSE anymore as pnpm will handle that for us
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when I ran pnpm i
I noticed the prepare script copied it into the folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might be running an older version. I removed the settings for copying the LICENSE last night.
@@ -1,7 +1,8 @@ | |||
_virtual | |||
!rollup.config.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any difference with the order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, I just sorted it for readability
@edmundhung if this is all sorted in |
Closing this as the missing package is already added. Thanks again :) |
Fixes failure from CI during release: https://github.com/edmundhung/conform/actions/runs/9275930573/job/25521773327