Skip to content

Commit

Permalink
ci(browser): add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 30, 2024
1 parent 1329ae0 commit 93c1808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.browser
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY babel.config.js lerna.json .eslintignore .eslintrc.js jest.config.js tsconf
ADD min_packages.tar .
COPY bin ./bin
COPY packages ./packages
RUN find ./packages -print

RUN npm install --legacy-peer-deps
RUN npm run build
Expand All @@ -29,6 +30,7 @@ RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsn
RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-plugin-react-*.tgz
RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-plugin-vue-*.tgz
RUN npm install --no-package-lock --no-save --legacy-peer-deps ../../../../bugsnag-web-worker-*.tgz
RUN find ./node_modules -print
WORKDIR plugin_angular/ng
RUN npm install --no-package-lock --no-save --legacy-peer-deps \
../../../../../../bugsnag-plugin-angular-*.tgz \
Expand Down

0 comments on commit 93c1808

Please sign in to comment.