Skip to content

Commit

Permalink
create turbo.json for pdf-converter-client
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 19, 2024
1 parent 5aff262 commit add4a92
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 16 additions & 0 deletions packages/pdf-converter-client/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["@growi/pdf-converter#gen:swagger-spec"],
"outputs": ["dist/**"],
"outputLogs": "new-only"
},
"dev": {
"dependsOn": ["@growi/pdf-converter#gen:swagger-spec"],
"outputs": ["dist/**"],
"outputLogs": "new-only"
}
}
}
10 changes: 0 additions & 10 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
"outputs": ["dist/**"],
"outputLogs": "new-only"
},
"@growi/pdf-converter-client#build": {
"dependsOn": ["@growi/pdf-converter#gen:swagger-spec"],
"outputs": ["dist/**"],
"outputLogs": "new-only"
},
"build": {
"outputs": ["dist/**"],
"inputs": [
Expand Down Expand Up @@ -67,11 +62,6 @@
"outputs": ["dist/**"],
"outputLogs": "new-only"
},
"@growi/pdf-converter-client#dev": {
"dependsOn": ["@growi/pdf-converter#gen:swagger-spec"],
"outputs": ["dist/**"],
"outputLogs": "new-only"
},
"dev": {
"outputs": ["dist/**"],
"inputs": [
Expand Down

0 comments on commit add4a92

Please sign in to comment.