confine art creator to staging for now

This commit is contained in:
Fedor Indutny
2023-03-01 12:03:21 -08:00
committed by GitHub
parent 4d357f6f06
commit f59e35ea0a
7 changed files with 10 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ describe('createTemplate', () => {
devTools: true,
includeSetup: false,
isProduction: true,
isStaging: false,
platform,
...actions,
};
@@ -252,6 +253,7 @@ describe('createTemplate', () => {
devTools: true,
includeSetup: true,
isProduction: true,
isStaging: false,
platform,
...actions,
};