mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
1e086aeb06
commit
aadb8ac0ac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user