Skip to content

Commit

Permalink
Dangerfile twaeks
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 7, 2019
1 parent 5f4a638 commit 3ce0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3ce0239

Please sign in to comment.