Skip to content

Commit

Permalink
Merge branch 'main' into react-19
Browse files Browse the repository at this point in the history
  • Loading branch information
chungweileong94 committed May 18, 2024
2 parents 99bc2bf + d20512f commit 53d3860
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 66 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@biomejs/biome": "1.7.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"turbo": "^1.13.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vitest": "^1.2.0"
"vitest": "^1.6.0"
},
"packageManager": "pnpm@8.15.7"
}
129 changes: 66 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"topo": {
"dependsOn": ["^topo"]
},
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"test": {},
"typecheck": {
"dependsOn": ["build"]
"dependsOn": ["^topo", "build"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 53d3860

Please sign in to comment.