mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
make lavamoat optional for dev mode (#10538)
This commit is contained in:
parent
3c6cdef074
commit
3128d183e1
@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"setup": "yarn install && yarn patch-package && yarn allow-scripts",
|
||||
"setup-ci": "yarn install --frozen-lockfile --har && yarn patch-package && yarn allow-scripts",
|
||||
"start": "yarn build dev",
|
||||
"start": "node development/build/index.js dev",
|
||||
"start:lavamoat": "yarn build dev",
|
||||
"dist": "yarn build prod",
|
||||
"build": "lavamoat development/build/index.js",
|
||||
"start:test": "yarn build testDev",
|
||||
|
Loading…
Reference in New Issue
Block a user