Skip to content

Commit

Permalink
Fix duplicate yarn in instructions (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
LB authored and wooorm committed Dec 17, 2020
1 parent ff945b0 commit 6204a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ MDX is a monorepo that uses [lerna][].
In order to release a new version you can follow these steps:

- Draft a release for the next version (vX.X.X)
- `yarn && yarn test && yarn yarn run publish`
- `yarn && yarn test && yarn run publish`
- Publish release on GitHub

## Troubleshooting
Expand Down

0 comments on commit 6204a44

Please sign in to comment.