Skip to content

Commit

Permalink
docs(core): add missing close bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-mountain committed Jul 21, 2024
1 parent 9410164 commit dc7f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/features/cache-task-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To achieve this, we can add an `inputs` and `outputs` definition globally for al
"targetDefaults": {
"build": {
"inputs": ["{projectRoot}/**/*", "!{projectRoot}/**/*.md"],
"outputs": ["{workspaceRoot}/dist/{projectName"]
"outputs": ["{workspaceRoot}/dist/{projectName}"]
}
}
}
Expand Down

0 comments on commit dc7f1e3

Please sign in to comment.