From 3ce0239b160567c4d3822f13b8655fbcfca86ed1 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 7 Nov 2019 17:13:45 -0500 Subject: [PATCH] Dangerfile twaeks --- dangerfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerfile.ts b/dangerfile.ts index 512b949ce106..2a96985faaf9 100644 --- a/dangerfile.ts +++ b/dangerfile.ts @@ -15,7 +15,7 @@ spellcheck({ // Print out the PR url const deployURL = `https://typescript-v2-${danger.github.pr.number}.ortam.now.sh` -message(`Deployed to [a PR branch](${deployURL})`) +message(`Deployed to [a PR branch](${deployURL}) - [tsconfig](${deployURL}/tsconfig) [old handbook](${deployURL}/tsc/docs/handbook/integrating-with-build-tools.html)`) // Look for new snapshots and show in a HTML table const snapshots = danger.git.fileMatch("packages/typescriptlang-org/_tests/backstop_data/bitmaps_reference/*.png")