[CI]: not able to create sandbox for given template #4220
-
Hi, I am trying to integrate codesandbox ci for docsify docsifyjs/docsify#1193 This is
The packages are building fine. 👍 Here is docsify-template looks like. These are working for Also, when I am trying to pass a directory
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @anikethsaha , The |
Beta Was this translation helpful? Give feedback.
-
From what I can see, The whole idea of CodeSandbox CI is that for every PR build it forks the base sandbox(es) specified in the config and replaces the package(s) in That being said, I'm not sure how using a base sandbox that doesn't have the package(s) as dependencies can help, TBH. |
Beta Was this translation helpful? Give feedback.
From what I can see,
package.json
has nodependecies
field in that sandbox.The whole idea of CodeSandbox CI is that for every PR build it forks the base sandbox(es) specified in the config and replaces the package(s) in
package.json
->dependecies
with the built version(s), so that you can test them.That being said, I'm not sure how using a base sandbox that doesn't have the package(s) as dependencies can help, TBH.