mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix format command in contribution guide (#1712)
This commit is contained in:
parent
ca397f6793
commit
3abaf9edb6
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -19,7 +19,7 @@ Before submitting, please make sure the following is done:
|
|||
|
||||
1. There are tests that cover the changes.
|
||||
2. Ensure `./tools/test.py` passes.
|
||||
3. Format your code with `./tools/format.ts`.
|
||||
3. Format your code with `deno ./tools/format.ts --allow-run`.
|
||||
4. Make sure `./tools/lint.py` passes.
|
||||
|
||||
## Changes to `third_party`
|
||||
|
|
Loading…
Reference in a new issue