Skip to content

Commit ff710b8

Browse files
Try this change
1 parent 1618eb0 commit ff710b8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "npm install -g pnpm && pnpm install --frozen-lockfile",
2+
"installCommand": "install:csb",
33
"sandboxes": ["/examples/react/basic-typescript", "/examples/solid/basic-typescript", "/examples/svelte/basic", "/examples/vue/basic"],
44
"packages": ["packages/**"],
55
"node": "16"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "pnpm --filter \"./packages/**\" run clean",
77
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
8+
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
89
"test": "pnpm run test:ci",
910
"test:ci": "nx affected --targets=test:lib,test:types,test:eslint,test:format --parallel=5",
1011
"test:react:17": "nx affected --target=test:lib --parallel=5",

0 commit comments

Comments
 (0)