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 efab5bd commit 3805d3eCopy full SHA for 3805d3e
.codesandbox/ci.json
@@ -1,4 +1,6 @@
1
{
2
- "node": "14",
+ "installCommand": "csb:install",
3
+ "buildCommand": "csb:build",
4
+ "node": "18",
5
"silent": true
6
}
package.json
@@ -173,7 +173,9 @@
173
"lint:types": "tsc",
174
"test": "vitest run",
175
"test:watch": "vitest watch",
176
- "check:all": "npm-run-all --parallel lint:* test"
+ "check:all": "npm-run-all --parallel lint:* test",
177
+ "csb:install": "pnpx [email protected] package.json prepare \"node -e 'process.exit(0)'\" && pnpm i --no-frozen-lockfile",
178
+ "csb:build": "cross-env npm-run-all --sequential 'build:*'"
179
},
180
"keywords": [
181
"scheme",
0 commit comments