Skip to content

Commit f9017e6

Browse files
authored
Merge branch 'main' into use-query-state
2 parents a164794 + 1f77c12 commit f9017e6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/config.json

+17
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,23 @@
938938
"to": "framework/angular/guides/does-this-replace-client-state"
939939
}
940940
]
941+
},
942+
{
943+
"label": "Examples",
944+
"children": [
945+
{
946+
"label": "Simple",
947+
"to": "framework/angular/examples/simple"
948+
},
949+
{
950+
"label": "Basic",
951+
"to": "framework/angular/examples/basic"
952+
},
953+
{
954+
"label": "Default Query Function",
955+
"to": "framework/angular/examples/default-query-function"
956+
}
957+
]
941958
}
942959
]
943960
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build --exclude=examples/**",
1717
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
1818
"test:format": "pnpm run prettier --check",
19-
"test:sherif": "sherif -i react-scripts -i typescript --ignore-package react-vite5 --ignore-package react-vite4",
19+
"test:sherif": "sherif --ignore-package \"./integrations/*\"",
2020
"test:lib": "nx affected --target=test:lib --exclude=examples/**",
2121
"test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib",
2222
"test:build": "nx affected --target=test:build --exclude=examples/**",

0 commit comments

Comments
 (0)