Skip to content

Commit

Permalink
Add --plugin=. to manual testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Dec 22, 2018
1 parent be2676b commit ff1411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ To run `prettier-plugin-elm` locally:
- Execute `yarn install`.
- Execute `yarn lint` to make sure that the code passes formatting and linting.
- Execute `yarn test` to make sure that TypeScript successfully compiles into JavaScript and and all unit tests pass.
- To test the plugin manually, create a file called `prettier-test.elm` or `prettier-test.md`, then run `yarn prettier prettier-test.elm` or `yarn prettier prettier-test.md` and check the output.
- To test the plugin manually, create a file called `prettier-test.elm` (or `.md`), then run `yarn prettier --plugin-. prettier-test.elm` (or `.md`) and check the output.

## Credits

Expand Down

0 comments on commit ff1411f

Please sign in to comment.