chore: add build flag for change log (#1792)

This commit is contained in:
JimmFly
2023-04-03 19:13:43 +08:00
committed by GitHub
parent fcf5d5602d
commit 196b9f2dbb
8 changed files with 17 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ const config: PlaywrightTestConfig = {
env: {
COVERAGE: process.env.COVERAGE || 'false',
ENABLE_DEBUG_PAGE: '1',
ENABLE_SUBPAGE: '1',
ENABLE_CHANGELOG: '1',
NODE_API_SERVER: 'local',
},
},