Skip to content

Commit

Permalink
chore: Update turbo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Nov 10, 2024
1 parent cefeaee commit 9accb28
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
111 changes: 55 additions & 56 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
"turbo": "^1.8.2"
"turbo": "^2.2.3"
},
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-search-local/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"test": {
"dependsOn": ["example-docs#build"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/example-docs/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build", "@cmfcmf/docusaurus-search-local#build"],
"outputs": ["build/**", ".docusaurus/**"],
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"globalEnv": ["CI"],
"tasks": {
"//#lint:dependencies": {
"dependsOn": []
},
Expand Down

0 comments on commit 9accb28

Please sign in to comment.