confine art creator to staging for now
This commit is contained in:
parent
4d357f6f06
commit
f59e35ea0a
7 changed files with 10 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue