Skip to content

Commit

Permalink
Merge branch 'main' into react-query/auto-complete-type
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored Apr 11, 2024
2 parents 6c93a5e + 78b594d commit 02eb927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"installCommand": "install:csb",
"buildCommand": "build:all -- --exclude=integrations/**",
"buildCommand": "build:csb",
"sandboxes": [
"/examples/angular/basic",
"/examples/react/basic-typescript",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test:knip": "knip",
"build": "nx affected --target=build --exclude=examples/**",
"build:all": "nx run-many --target=build --exclude=examples/**",
"build:csb": "nx run-many --target=build --exclude=examples/** --exclude=integrations/**",
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
"dev": "pnpm run watch",
"prettier": "prettier --ignore-unknown '**/*'",
Expand Down

0 comments on commit 02eb927

Please sign in to comment.