Skip to content

Commit

Permalink
Move SchedulerFeatureFlags fork to src directory to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Dec 18, 2018
1 parent 653bc58 commit 1c5aa2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/forks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
},
Expand Down

0 comments on commit 1c5aa2f

Please sign in to comment.