Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Sep 10, 2019
1 parent f06a1b3 commit 7971f26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ async function start () {
// build the github comment content

// links to extension builds
const platforms = ['chrome', 'firefox', 'opera', 'edge']
const buildLinks = platforms.map(platform => {
const url = `${BUILD_LINK_BASE}/builds/metamask-${platform}-${VERSION}.zip`
return `<a href="${url}">${platform}</a>`
}).join(', ')

// links to bundle browser builds
const bundles = ['background', 'ui', 'inpage', 'contentscript']
const bundleLinks = bundles.map(bundle => {
const url = `${BUILD_LINK_BASE}/build-artifacts/source-map-explorer/${bundle}.html`
return `<a href="${url}">${bundle}</a>`
Expand Down

0 comments on commit 7971f26

Please sign in to comment.