diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json deleted file mode 100644 index aacb9c84da..0000000000 --- a/.codesandbox/ci.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "installCommand": "install:csb", - "buildCommand": "build:all -- --exclude=integrations/**", - "sandboxes": [ - "/examples/angular/basic", - "/examples/react/basic-typescript", - "/examples/solid/basic-typescript", - "/examples/svelte/basic", - "/examples/vue/basic" - ], - "packages": ["packages/**"], - "node": "18" -} diff --git a/package.json b/package.json index 549bb67ec6..3106e66cbd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", - "install:csb": "corepack enable && pnpm install --frozen-lockfile", "test": "pnpm run test:ci", "test:pr": "nx affected --targets=test:eslint,test:lib,test:types,test:build,build", "test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build",