Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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