Move SchedulerFeatureFlags fork to src directory to fix lint

This commit is contained in:
Andrew Clark
2018-12-18 11:09:44 -08:00
parent 653bc582f9
commit 1c5aa2f23a
2 changed files with 1 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ const forks = Object.freeze({
bundleType === FB_WWW_PROD ||
bundleType === FB_WWW_PROFILING)
) {
return 'scheduler/forks/SchedulerFeatureFlags.www.js';
return 'scheduler/src/forks/SchedulerFeatureFlags.www.js';
}
return 'scheduler/src/SchedulerFeatureFlags';
},