mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Document Flask build flag (#13597)
* Document Flask build flag Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
This commit is contained in:
parent
ce495d7a66
commit
1cb0a1bb87
@ -1,6 +1,7 @@
|
|||||||
# The MetaMask Build System
|
# The MetaMask Build System
|
||||||
|
|
||||||
> _tl;dr_ `yarn dist` for prod, `yarn start` for local development
|
> _tl;dr_ `yarn dist` for prod, `yarn start` for local development.
|
||||||
|
> Add `--build-type flask` to build Flask, our canary distribution with more experimental features.
|
||||||
|
|
||||||
This directory contains the MetaMask build system, which is used to build the MetaMask Extension such that it can be used in a supported browser.
|
This directory contains the MetaMask build system, which is used to build the MetaMask Extension such that it can be used in a supported browser.
|
||||||
From the repository root, the build system entry file is located at [`./development/build/index.js`](https://github.com/MetaMask/metamask-extension/blob/develop/development/build/index.js).
|
From the repository root, the build system entry file is located at [`./development/build/index.js`](https://github.com/MetaMask/metamask-extension/blob/develop/development/build/index.js).
|
||||||
@ -40,7 +41,8 @@ Commands:
|
|||||||
e2e tests.
|
e2e tests.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--build-type The "type" of build to create. One of: "beta", "main"
|
--build-type The "type" of build to create. One of: "beta", "flask",
|
||||||
|
"main"
|
||||||
[string] [default: "main"]
|
[string] [default: "main"]
|
||||||
--lint-fence-files Whether files with code fences should be linted after
|
--lint-fence-files Whether files with code fences should be linted after
|
||||||
fences have been removed by the code fencing transform.
|
fences have been removed by the code fencing transform.
|
||||||
|
Loading…
Reference in New Issue
Block a user