Skip to content

Commit

Permalink
ci - source-map-explorer - include all bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Sep 11, 2019
1 parent 32f3692 commit 9f3bea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function start () {
}).join(', ')

// links to bundle browser builds
const bundles = ['background', 'ui', 'inpage', 'contentscript']
const bundles = ['background', 'ui', 'inpage', 'contentscript', 'libs', 'phishing-detect']
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
4 changes: 3 additions & 1 deletion development/source-map-explorer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ mkdir -p build-artifacts/source-map-explorer
npx source-map-explorer dist/chrome/inpage.js --html build-artifacts/source-map-explorer/inpage.html
npx source-map-explorer dist/chrome/contentscript.js --html build-artifacts/source-map-explorer/contentscript.html
npx source-map-explorer dist/chrome/background.js --html build-artifacts/source-map-explorer/background.html
npx source-map-explorer dist/chrome/ui.js --html build-artifacts/source-map-explorer/ui.html
npx source-map-explorer dist/chrome/ui.js --html build-artifacts/source-map-explorer/ui.html
npx source-map-explorer dist/chrome/libs.js --html build-artifacts/source-map-explorer/libs.html
npx source-map-explorer dist/chrome/phishing-detect.js --html build-artifacts/source-map-explorer/phishing-detect.html

0 comments on commit 9f3bea6

Please sign in to comment.