mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 02:02:34 +03:00
fix(cli): read environment variable (#3883)
This commit is contained in:
parent
bf00299bc7
commit
58184679ca
@ -15,7 +15,7 @@ const flags: BuildFlags = {
|
||||
distribution: 'browser',
|
||||
mode: 'development',
|
||||
channel: 'canary',
|
||||
coverage: false,
|
||||
coverage: process.env.COVERAGE === 'true',
|
||||
localBlockSuite: undefined,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user