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

Fix start:dev script (#10399)

The `start:dev` script relies upon `electron` and `sqlite`, both of
which had their install scripts disabled by `allow-scripts`. Without
those two packages, `start:dev` crashes immediately.

The manifest has been updated to ensure install scripts run for both
packages. `start:dev` now works.
This commit is contained in:
Mark Stacey 2021-02-08 12:36:32 -03:30 committed by GitHub
parent 1e086aeb06
commit aadb8ac0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,6 +308,8 @@
"chromedriver": true,
"geckodriver": true,
"@sentry/cli": true,
"electron": true,
"sqlite3": true,
"core-js": false,
"core-js-pure": false,
"keccak": false,
@ -316,10 +318,8 @@
"sha3": false,
"bufferutil": false,
"utf-8-validate": false,
"electron": false,
"ejs": false,
"sc-uws": false,
"sqlite3": false,
"leveldown": false,
"ursa-optional": false,
"gc-stats": false,