diff options
author | bokuweb <bokuweb@users.noreply.github.com> | 2019-02-09 01:32:26 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 11:32:26 -0500 |
commit | 3abaf9edb6877c328402b94fa0bcb6a9e0bbe86d (patch) | |
tree | 8523588594290599dea62b7a593762a4231e7a68 | |
parent | ca397f6793604a2988fce5577b2085abd20d646a (diff) |
fix format command in contribution guide (#1712)
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cf6a2968b..8538a7897 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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` |