Skip to content

Commit c190f68

Browse files
Revert "ci: Remove codesandbox (TanStack#6814)" (TanStack#6818)
This reverts commit 8450d9a.
1 parent 6c79808 commit c190f68

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.codesandbox/ci.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"installCommand": "install:csb",
3+
"buildCommand": "build:all -- --exclude=integrations/**",
4+
"sandboxes": [
5+
"/examples/angular/basic",
6+
"/examples/react/basic-typescript",
7+
"/examples/solid/basic-typescript",
8+
"/examples/svelte/basic",
9+
"/examples/vue/basic"
10+
],
11+
"packages": ["packages/**"],
12+
"node": "18"
13+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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",
1314
"test": "pnpm run test:ci",
1415
"test:pr": "nx affected --targets=test:eslint,test:lib,test:types,test:build,build",
1516
"test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build",

0 commit comments

Comments
 (0)