Browse Source

fix pioneer and joystream/apps docker build

Mokhtar Naamani 4 years ago
parent
commit
189e244f51

+ 1 - 0
pioneer/packages/apps/public/locales/en/joy-media.json

@@ -0,0 +1 @@
+{}

+ 3 - 1
pioneer/packages/joy-utils/src/consts/workingGroups.ts

@@ -1,5 +1,7 @@
 import { WorkingGroupKey } from '@joystream/types/common';
 export const apiModuleByGroup: { [k in WorkingGroupKey]: string } = {
   Storage: 'storageWorkingGroup',
-  Content: 'contentDirectoryWorkingGroup'
+  Content: 'contentDirectoryWorkingGroup',
+  Builder: 'builderWorkingGroup',
+  Gateway: 'gatewayWorkingGroup'
 };