1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Merge pull request #7410 from MetaMask/fix-sourcemaps

Fix sourcemaps
This commit is contained in:
Dan Finlay 2019-11-15 09:40:51 -08:00 committed by GitHub
commit 3ffda6c684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)