Skip to content

Commit 9764279

Browse files
committed
wip
1 parent 5f4e232 commit 9764279

File tree

9 files changed

+956
-2147
lines changed

9 files changed

+956
-2147
lines changed

.sync-state.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": 1,
3+
"repositories": {
4+
"graphql/graphiql": {
5+
"lastCursor": "99268ceac1ed4b016beed235971fa66c78cb8a39 4097",
6+
"lastProcessed": "2025-09-19T22:12:08.385Z"
7+
},
8+
"graphql/graphql-spec": {
9+
"lastCursor": "43ae7baced54e37c68676b1ac5902e6223dcb078 650",
10+
"lastProcessed": "2025-09-19T22:12:21.281Z"
11+
},
12+
"graphql/graphql-wg": {
13+
"lastCursor": "0381dd95d62a0026ad2009defa0f20c46304b376 2081",
14+
"lastProcessed": "2025-09-19T22:12:40.429Z"
15+
},
16+
"graphql/graphql-js": {
17+
"status": "in-progress",
18+
"lastCursor": "60ae6c48b9c78332bf3d6036e7d931a3617d0674 2299"
19+
}
20+
}
21+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:docs": "eslint --ignore-path .gitignore src/pages/learn --format stylish",
1616
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
1717
"postbuild": "next-sitemap",
18-
"prebuild": "tsx scripts/get-github-info",
18+
"prebuild": "tsx scripts/get-github-info && tsx scripts/sync-landing-schema/src/index.ts",
1919
"serve": "pnpx serve out",
2020
"test": "playwright test && pnpm test:unit",
2121
"test:e2e": "playwright test",

0 commit comments

Comments
 (0)