Skip to content

Commit e78d621

Browse files
committed
Get the diff from the subfolder
1 parent b15105e commit e78d621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const {message} = require("danger")
22
const {readFileSync, existsSync} = require("fs")
33

4-
const diffPath = "baseline-changes.diff"
4+
const diffPath = "./TypeScript/baseline-changes.diff"
55
if (existsSync(diffPath)) {
66
const diffContents = readFileSync(diffPath, "utf8")
77
message(diffContents)

0 commit comments

Comments
 (0)