-
Notifications
You must be signed in to change notification settings - Fork 25
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: get codesandbox examples working again #292
Conversation
- codesansbox ci now support node 18 - set installCommand to use pnpm from npm - disable buildCommand as it is done after install by the prepare lifecycle script fixes #237 note: there is an issue to consolidate the examples in #256 but our current set of examples are linked to from beta.ui.web3.storage so if we can get them working again without too much pain I think we should. License: MIT Signed-off-by: Oli Evans <[email protected]>
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. Latest deployment of this branch, based on commit e570fdd:
|
License: MIT Signed-off-by: Oli Evans <[email protected]>
we dont need the carbuncle! License: MIT Signed-off-by: Oli Evans <[email protected]>
Also looks like codesandbox has added support for pnpm, as it's automatically detecting it in CI, see:
|
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.
wooo!
buildCommand
as it is done after install by the prepare lifecycle scriptsee: https://codesandbox.io/docs/learn/sandboxes/ci#configuration-format
fixes #237
note: there is an issue to consolidate the examples in #256 but our current set of examples are linked to from beta.ui.web3.storage so if we can get them working again without too much pain I think we should.
License: MIT
Signed-off-by: Oli Evans [email protected]