Skip to content

Commit 09cb6df

Browse files
author
Dan Skinner
committed
fix CI full pipeline
1 parent 8285b38 commit 09cb6df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.buildkite/browser-pipeline.full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ steps:
2929
run: browser-maze-runner-bs
3030
use-aliases: true
3131
command:
32-
- --https
3332
- --farm=bs
3433
- --browser={{ matrix }}
3534
artifacts#v1.5.0:

test/browser/features/fixtures/packages/rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
1010
const cdnOutputOptions = {
1111
// import BugsnagPerformance from the CDN build
1212
banner: process.env.DEBUG
13-
? 'import BugsnagPerformance from "/bugsnag-performance.js"\n'
14-
: 'import BugsnagPerformance from "/bugsnag-performance.min.js"\n',
13+
? 'import BugsnagPerformance from "/docs/bugsnag-performance.js"\n'
14+
: 'import BugsnagPerformance from "/docs/bugsnag-performance.min.js"\n',
1515
globals: {
1616
'@bugsnag/browser-performance': 'BugsnagPerformance',
1717
'@bugsnag/react-router-performance': 'BugsnagReactRouterPerformance',

0 commit comments

Comments
 (0)