Skip to content

Commit

Permalink
Merge e8fae65 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmdotcom-bot authored Feb 25, 2022
2 parents 47e207c + e8fae65 commit 3ed1e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14.x ]
browser: [ chromium, firefox ]
browser: [ chromium ]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/tools/get-rollup-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function getRollupConfig({ mode = 'development', dir = 'ltr', folders = ['dotcom
sourceMap: true,
namedExports: {
'redux-logger/dist/redux-logger.js': ['createLogger'],
'marked/lib/marked.umd.js': ['marked'],
'../utilities/node_modules/marked/lib/marked.umd.js': ['marked'],
},
}),
ibmdotcomIcon(),
Expand Down

0 comments on commit 3ed1e3f

Please sign in to comment.