We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15105e commit e78d621Copy full SHA for e78d621
dangerfile.js
@@ -1,7 +1,7 @@
1
const {message} = require("danger")
2
const {readFileSync, existsSync} = require("fs")
3
4
-const diffPath = "baseline-changes.diff"
+const diffPath = "./TypeScript/baseline-changes.diff"
5
if (existsSync(diffPath)) {
6
const diffContents = readFileSync(diffPath, "utf8")
7
message(diffContents)
0 commit comments