Skip to content
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

Merged
merged 5 commits into from
Jan 25, 2023
Merged

Conversation

olizilla
Copy link
Contributor

@olizilla olizilla commented Jan 24, 2023

  • codesansbox ci now support node 18
  • disable buildCommand as it is done after install by the prepare lifecycle script

see: 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 oli@protocol.ai

- 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 <oli@protocol.ai>
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 24, 2023

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:

Sandbox Source
@w3ui/example-react-file-upload Configuration
@w3ui/example-react-sign-up-in Configuration
@w3ui/example-react-uploads-list Configuration
@w3ui/example-solid-file-upload Configuration
@w3ui/example-solid-sign-up-in Configuration
@w3ui/example-solid-uploads-list Configuration
@w3ui/example-vue-file-upload Configuration
@w3ui/example-vue-sign-up-in Configuration
@w3ui/example-vue-uploads-list Configuration
@w3ui/example-react-sign-up-in Issue #237

License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
.codesandbox/ci.json Outdated Show resolved Hide resolved
we dont need the carbuncle!

License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
@olizilla
Copy link
Contributor Author

Also looks like codesandbox has added support for pnpm, as it's automatically detecting it in CI, see:

+ git checkout -qf remotes/origin/pull/292 (in /tmp/10863740)
+ node -v (in /tmp/10863740)
v18.12.1
+ pnpm -v (in /tmp/10863740)
7.18.2
+ pnpm install (in /tmp/10863740)
Scope: all 37 workspace projects
Lockfile is up to date, resolution step is skipped

Copy link
Contributor

@travis travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wooo!

@travis travis merged commit b02f6e0 into main Jan 25, 2023
@travis travis deleted the revive-codesandbox branch January 25, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codesandbox examples build but error when run
2 participants