Skip to content

Commit 78b594d

Browse files
committed
chore: no idea why that fails now
> @tanstack/[email protected] build /tmp/8bb98984/packages/eslint-plugin-query> vite build "--exclude=integrations/**"file:///tmp/8bb98984/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/cli.js:442 throw new CACError(`Unknown option \`${name.length > 1 ? `--${name}` : `-${name}`}\``);
1 parent fca5e7d commit 78b594d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"installCommand": "install:csb",
3-
"buildCommand": "build:all -- --exclude=integrations/**",
3+
"buildCommand": "build:csb",
44
"sandboxes": [
55
"/examples/angular/basic",
66
"/examples/react/basic-typescript",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"test:knip": "knip",
2727
"build": "nx affected --target=build --exclude=examples/**",
2828
"build:all": "nx run-many --target=build --exclude=examples/**",
29+
"build:csb": "nx run-many --target=build --exclude=examples/** --exclude=integrations/**",
2930
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
3031
"dev": "pnpm run watch",
3132
"prettier": "prettier --ignore-unknown '**/*'",

0 commit comments

Comments
 (0)