Skip to content

Commit c66ac10

Browse files
authored
Lint classic www build (#19023)
1 parent b41beb1 commit c66ac10

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

scripts/rollup/validate/index.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,10 @@ const bundles = [
6969
`./build/node_modules/*/cjs/*.js`,
7070
],
7171
},
72-
];
73-
74-
if (process.env.RELEASE_CHANNEL === 'experimental') {
75-
bundles.push({
72+
{
7673
format: 'fb',
7774
filePatterns: [`./build/facebook-www/*.js`],
78-
});
79-
}
75+
},
76+
];
8077

8178
bundles.map(checkFilesExist).map(lint);

0 commit comments

Comments
 (0)