Skip to content

Commit

Permalink
add test cli to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 28, 2023
1 parent 2fc42e6 commit f68ff69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"dependsOn": ["@authdog/hydra-core#build"],
"outputs": ["@authdog/hydra-cli/**"]
},
"@authdog/hydra-cli#test": {
"dependsOn": ["@authdog/hydra-core#build"],
"outputs": ["@authdog/hydra-cli/**"]
},
"lint": {},
"dev": {
"cache": false,
Expand Down

0 comments on commit f68ff69

Please sign in to comment.