We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538115b commit 3e7811aCopy full SHA for 3e7811a
.codesandbox/ci.json
@@ -1,5 +1,7 @@
1
{
2
+ "installCommand": "install",
3
+ "buildCommand": "build",
4
"packages": ["packages/*"],
- "sandboxes": ["github/algolia/instantsearch/tree/3331ed781d3627bc10e73b6eff89b5037a78a0fc/javascript-client"],
- "node": "16"
5
+ "sandboxes": ["vanilla", "github/algolia/instantsearch/tree/3331ed781d3627bc10e73b6eff89b5037a78a0fc/javascript-client"],
6
+ "node": "14"
7
}
0 commit comments