Skip to content

Commit

Permalink
Add comma to package.json code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
williamtetlow authored Dec 10, 2021
1 parent c1b1708 commit 73572de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/guides/migrate-from-lerna.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Alter `package.json` to use `turbo` for task running, but keep `lerna` for versi
+ "turbo": {
+ "pipeline": {
+ "build": {
+ "dependsOn": ["^build"]
+ "dependsOn": ["^build"],
+ "outputs": ["dist/**"]
+ },
+ "test": {
Expand Down

0 comments on commit 73572de

Please # to comment.