Skip to content

Commit

Permalink
Update ci-fix.md (Azure#9009)
Browse files Browse the repository at this point in the history
Use separate line for prettier check guide as one line of command doesn't work on cmd
  • Loading branch information
Phoenix He authored and 00Kai0 committed Oct 12, 2020
1 parent 8b9ae50 commit 97c10f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/ci-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ If your problem is some existing error name that is not a word and need to supre
Please run the following command (from an administrator Node.js command prompt if running on Windows):

```
npm install; npm run prettier-fix
npm install
npm run prettier-fix
```

Or if you want to fix specified service:

```
npm install; npm run prettier -- --write "specification/<service>/**/*.json"
npm install
npm run prettier -- --write "specification/<service>/**/*.json"
```

Then please commit and push changes made by prettier.
Expand Down

0 comments on commit 97c10f8

Please sign in to comment.