Skip to content

Commit

Permalink
Update after #31274
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jun 10, 2021
1 parent 2e4a17a commit 9cb4178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/packages/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function createStyleEntryTransform() {
// block-library package also need rebuilding.
if (
packageName === 'block-library' &&
[ 'style.scss', 'editor.scss' ].includes(
[ 'style.scss', 'editor.scss', 'theme.scss' ].includes(
path.basename( file )
)
) {
Expand Down

0 comments on commit 9cb4178

Please sign in to comment.