Fix sourcemaps

The `install` script of `@sentry/cli` is required for the Sentry CLI to
work correctly. Without this step, the sourcemap upload fails silently.
feature/default_network_editable
Mark Stacey 5 years ago
parent 5a8e8c61ea
commit 1c6e09b1ce
  1. 3
      .circleci/scripts/deps-install.sh

@ -20,3 +20,6 @@ yarn --frozen-lockfile --ignore-scripts --har
(cd node_modules/weak && yarn run install) (cd node_modules/weak && yarn run install)
(cd node_modules/chromedriver && yarn run install) (cd node_modules/chromedriver && yarn run install)
(cd node_modules/geckodriver && yarn run postinstall) (cd node_modules/geckodriver && yarn run postinstall)
# for release
(cd node_modules/@sentry/cli && yarn run install)

Loading…
Cancel
Save