Skip to content

Commit 8450d9a

Browse files
ci: Remove codesandbox (TanStack#6814)
1 parent 2aeb0bf commit 8450d9a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.codesandbox/ci.json

-13
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",
1212
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
13-
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
1413
"test": "pnpm run test:ci",
1514
"test:pr": "nx affected --targets=test:eslint,test:lib,test:types,test:build,build",
1615
"test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build",

0 commit comments

Comments
 (0)