Skip to content

Commit

Permalink
Merge pull request #7410 from MetaMask/fix-sourcemaps
Browse files Browse the repository at this point in the history
Fix sourcemaps
  • Loading branch information
danfinlay authored Nov 15, 2019
2 parents 10114a9 + 1c6e09b commit 3ffda6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/scripts/deps-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ yarn --frozen-lockfile --ignore-scripts --har
(cd node_modules/weak && yarn run install)
(cd node_modules/chromedriver && yarn run install)
(cd node_modules/geckodriver && yarn run postinstall)

# for release
(cd node_modules/@sentry/cli && yarn run install)

0 comments on commit 3ffda6c

Please sign in to comment.