Skip to content

Commit 3c900ae

Browse files
authored
Merge pull request #1451 from scroll-tech/comb-build-cache
fix: comb build cache
2 parents 4c27460 + abe30b6 commit 3c900ae

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint --fix",
1111
"test": "next lint",
1212
"prepare": "husky install",
13-
"generate:sitemap": "cd scripts && node generate_sitemap.js"
13+
"fetch:bloglist": "node scripts/download-blog-posts.data.json.mjs"
1414
},
1515
"dependencies": {
1616
"@dnd-kit/core": "^6.1.0",
@@ -26,8 +26,8 @@
2626
"@mui/lab": "^6.0.0-beta.23",
2727
"@mui/material": "6",
2828
"@mui/material-nextjs": "6",
29-
"@next/third-parties": "^15.1.5",
3029
"@next/mdx": "^15.1.5",
30+
"@next/third-parties": "^15.1.5",
3131
"@rainbow-me/rainbowkit": "^2.1.2",
3232
"@sentry/nextjs": "^7.95.0",
3333
"@tanstack/react-query": "^5.55.3",
@@ -95,6 +95,7 @@
9595
"raw-loader": "^4.0.2",
9696
"sitemap": "^7.1.1",
9797
"tailwindcss": "^3.3.0",
98+
"turbo": "^2.4.2",
9899
"typescript": "^5.1.6"
99100
},
100101
"engines": {

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://turbo.build/schema.json",
33
"tasks": {
44
"build": {
5-
"outputs": [".next/**", "!.next/cache/**"]
5+
"outputs": [".next/**", "!.next/cache/**"],
6+
"inputs": ["$TURBO_DEFAULT$", "src/assets/blog/main.data.json"]
67
},
78
"lint": {},
89
"dev": {

yarn.lock

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11308,6 +11308,48 @@ tss-react@^4.4.1:
1130811308
"@emotion/serialize" "*"
1130911309
"@emotion/utils" "*"
1131011310

11311+
11312+
version "2.4.2"
11313+
resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.4.2.tgz#2a4ef093f2a87988308d6b28ef771d71baeeb7ce"
11314+
integrity sha512-HFfemyWB60CJtEvVQj9yby5rkkWw9fLAdLtAPGtPQoU3tKh8t/uzCAZKso2aPVbib9vGUuGbPGoGpaRXdVhj5g==
11315+
11316+
11317+
version "2.4.2"
11318+
resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.4.2.tgz#51a69d6b5decdc6c6ee247c5f2e2d95d8651c165"
11319+
integrity sha512-uwSx1dsBSSFeEC0nxyx2O219FEsS/haiESaWwE9JI8mHkQK61s6w6fN2G586krKxyNam4AIxRltleL+O2Em94g==
11320+
11321+
11322+
version "2.4.2"
11323+
resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.4.2.tgz#b49977e5f60e9e44e91b730debf934eb80fa0a3e"
11324+
integrity sha512-Fy/uL8z/LAYcPbm7a1LwFnTY9pIi5FAi12iuHsgB7zHjdh4eeIKS2NIg4nroAmTcUTUZ0/cVTo4bDOCUcS3aKw==
11325+
11326+
11327+
version "2.4.2"
11328+
resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.4.2.tgz#f6c09843cbc262ffc43e1add7bee8db5eb125d16"
11329+
integrity sha512-AEA0d8h5W/K6iiXfEgiNwWt0yqRL1NpBs8zQCLdc4/L7WeYeJW3sORWX8zt7xhutF/KW9gTm8ehKpiK6cCIsAA==
11330+
11331+
11332+
version "2.4.2"
11333+
resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.4.2.tgz#142646430009149a3f0ac8309fcc695fdadc9e57"
11334+
integrity sha512-CybtIZ9wRgnnNFVN9En9G+rxsO+mwU81fvW4RpE8BWyNEkhQ8J28qYf4PaimueMxGHHp/28i/G7Kcdn2GAWG0g==
11335+
11336+
11337+
version "2.4.2"
11338+
resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.4.2.tgz#63ae5e8bb6b9efa74aca6c5ef49d0fdebe123b45"
11339+
integrity sha512-7V0yneVPL8Y3TgrkUIjw7Odmwu1tHnyIiPHFM7eFcA7U+H6hPXyCxge7nC3wOKfjhKCQqUm+Vf/k6kjmLz5G4g==
11340+
11341+
turbo@^2.4.2:
11342+
version "2.4.2"
11343+
resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.4.2.tgz#3e2b285b63535e3631632febb8d05fad54e19697"
11344+
integrity sha512-Qxi0ioQCxMRUCcHKHZkTnYH8e7XCpNfg9QiJcyfWIc+ZXeaCjzV5rCGlbQlTXMAtI8qgfP8fZADv3CFtPwqdPQ==
11345+
optionalDependencies:
11346+
turbo-darwin-64 "2.4.2"
11347+
turbo-darwin-arm64 "2.4.2"
11348+
turbo-linux-64 "2.4.2"
11349+
turbo-linux-arm64 "2.4.2"
11350+
turbo-windows-64 "2.4.2"
11351+
turbo-windows-arm64 "2.4.2"
11352+
1131111353
tweetnacl-util@^0.15.1:
1131211354
version "0.15.1"
1131311355
resolved "https://registry.yarnpkg.com/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz#b80fcdb5c97bcc508be18c44a4be50f022eea00b"

0 commit comments

Comments
 (0)