Skip to content

Commit

Permalink
update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Sep 26, 2023
1 parent 1bd41d6 commit 244f7ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions queries/cdmq/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ cd CommonDataModel/queries/cdmq
npm install
```

4. Check current code style if changes are required with [prettier](https://prettier.io/docs/en/cli.html).
4. Check current code style if changes are required with [prettier](https://prettier.io/docs/en/cli.html) using [npx](https://docs.npmjs.com/cli/v7/commands/npx).

```shell
prettier *.js --check
npx prettier *.js --check
```

5. Apply code style changes.

```shell
prettier *.js --write
npx prettier *.js --write
```

0 comments on commit 244f7ff

Please sign in to comment.