Skip to content

Commit

Permalink
Merge pull request #168 from williamtetlow/patch-1
Browse files Browse the repository at this point in the history
Add comma to package.json code snippet in migrate from lerna doc
  • Loading branch information
jaredpalmer authored Dec 10, 2021
2 parents c1b1708 + 73572de commit 8fbaa6a
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

1 comment on commit 8fbaa6a

@vercel
Copy link

@vercel vercel bot commented on 8fbaa6a Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.