Replies: 1 comment
-
Would be nice not to need to install an app for that if possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This Github App https://pkg.pr.new/ , adds a workflow that caches a build, so that each PR and commit becomes installable by npm.
This means that it would be possible to try out changes of a PR by opening a link to a codepen / stackblitz, instead of the current workflow where it's always necessary to checkout the PR, and make a local build /
npm run start
.Beta Was this translation helpful? Give feedback.
All reactions