Skip to content

Commit

Permalink
chore: get codesandbox examples working again (storacha#292)
Browse files Browse the repository at this point in the history
- 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 storacha#237

note: there is an issue to consolidate the examples in storacha#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>

Signed-off-by: Oli Evans <oli@protocol.ai>
Co-authored-by: Travis Vachon <travis.vachon@gmail.com>
  • Loading branch information
olizilla and travis authored Jan 25, 2023
1 parent 6778d6c commit b02f6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"buildCommand": false,
"sandboxes": [
"/examples/react/file-upload",
"/examples/react/sign-up-in",
Expand All @@ -11,5 +12,5 @@
"/examples/vue/uploads-list"
],
"packages": ["packages/**"],
"node": "16"
"node": "18"
}

0 comments on commit b02f6e0

Please sign in to comment.