Skip to content

Commit

Permalink
docs(core): fix invalid outputs in cache results guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Oct 23, 2023
1 parent cc8d8e8 commit 1f75f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/core-features/cache-task-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To achieve this, we can add an `inputs` and `outputs` definition globally for al
"build": {
...
"inputs": ["!{projectRoot}/**/*.md"],
"outputs": ["dist/apps/some-project"],
"outputs": ["{workspaceRoot}/dist/apps/some-project"],
...
}
...
Expand Down

0 comments on commit 1f75f3d

Please sign in to comment.