-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: pkg.pr.new #2904
chore: pkg.pr.new #2904
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
I think we should add the pkg.pr.new app right now! |
commit: |
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.
I have been waiting for it!
.github/workflows/cr.yml
Outdated
cache: 'pnpm' | ||
- run: pnpm install | ||
- run: pnpm build | ||
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*' |
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.
Can you add a newline at the end?
BTW, we may want a simpler example like examples/counter
. examples/demo
might be too big for testing.
If you don't have time, let me know so that I can take it.
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.
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 do have this anyway: pmndrs/jotai#2862
Let's see if @Aslemammad responds in 24 hours.
@sukvvon Would you be interested in creating a simple counter app in examples/counter
?
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.
@dai-shi i knew that counter app is already exist in examples/demo
, could you explain your purpose more detail?
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.
demo has many dependencies for visual effects. for testing purpose with pkg.pr.new, a simpler counter example would be easier.
btw, we also have an issue related with examples in valtio: pmndrs/valtio#1012 help wanted
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.
feel free to tackle it @sukvvon i'll meanwhile finish this PR reviews and jotai's PR too.
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.
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 problem. I can handle it, but I don't do any styling.
Adding pkg.pr.new to zustand!