Skip to content

Commit

Permalink
docs: add missing } and remove comma (#9223)
Browse files Browse the repository at this point in the history
### Description

- ~~The JSON code block's indentation has been corrected for better
readability and proper JSON structure~~
- ~~Added the `inputs` property to `build` to match the actual
[turbo.json](https://github.com/vercel/turborepo/blob/053a46031df7970059e458d3cc705f11b1daf313/examples/basic/turbo.json#L7)
content~~
- Added a missing `}` to the JSON code block and removed a trailing
comma

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
morinokami authored Oct 7, 2024
1 parent 9474799 commit d9a84b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ Add the artifacts for the new `@repo/math` library to the `outputs` for the `bui
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
}
}
}
```

Expand Down

0 comments on commit d9a84b0

Please sign in to comment.