Skip to content

Commit

Permalink
document how to disable transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rzgry committed Jun 21, 2020
1 parent d868fca commit 3f166ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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]

<!-- Your comment above this -->

Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/transpilation.html.md
Expand Up @@ -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"`.

0 comments on commit 3f166ae

Please sign in to comment.