diff --git a/CHANGELOG.md b/CHANGELOG.md index e244efcef..a3a9c3eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ x - Wait for close event on spawned process in local git platform - [@gzaripov] - Fix Typo in README.md [@NotMoni] - Fix danger failure on getting diff for files with spaces in file path [@HonzaMac] +- Document how to disable transpilation [@rzgry] diff --git a/docs/tutorials/transpilation.html.md b/docs/tutorials/transpilation.html.md index 7cac6eb6c..af08df487 100644 --- a/docs/tutorials/transpilation.html.md +++ b/docs/tutorials/transpilation.html.md @@ -70,3 +70,8 @@ it("does nothing when there's a PR body", () => { ``` [tsconfig]: https://github.com/artsy/emission/blob/master/tsconfig.json + +### Disabling Transpilation + +You can force Danger to skip transpiling your Dangerfile by setting the environment variable +`DANGER_DISABLE_TRANSPILATION="true"`.