packages/cli: patch config packages during e2e test

This commit is contained in:
Patrik Oldsberg
2020-06-04 09:54:52 +02:00
parent 3bb271b12c
commit d748673057
+2
View File
@@ -111,6 +111,8 @@ export async function templatingTask(
// List of local packages that we need to modify as a part of an E2E test
const PATCH_PACKAGES = [
'cli',
'config',
'config-loader',
'core',
'core-api',
'dev-utils',