Skip to content

Commit 1c5aa2f

Browse files
committed
Move SchedulerFeatureFlags fork to src directory to fix lint
1 parent 653bc58 commit 1c5aa2f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/rollup/forks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const forks = Object.freeze({
164164
bundleType === FB_WWW_PROD ||
165165
bundleType === FB_WWW_PROFILING)
166166
) {
167-
return 'scheduler/forks/SchedulerFeatureFlags.www.js';
167+
return 'scheduler/src/forks/SchedulerFeatureFlags.www.js';
168168
}
169169
return 'scheduler/src/SchedulerFeatureFlags';
170170
},

0 commit comments

Comments
 (0)