Skip to content

Commit

Permalink
[FEATURE] replaceVersion/Copyright: Also process test-resources (#693)
Browse files Browse the repository at this point in the history
JIRA: CPOUI5FOUNDATION-424
  • Loading branch information
matz3 committed Feb 14, 2022
1 parent 034dd43 commit a0d4bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types/library/LibraryBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LibraryBuilder extends AbstractBuilder {
workspace: resourceCollections.workspace,
options: {
copyright: project.metadata.copyright,
pattern: "/resources/**/*.{js,library,less,theme}"
pattern: "/**/*.{js,library,css,less,theme,html}"
}
});
});
Expand All @@ -38,7 +38,7 @@ class LibraryBuilder extends AbstractBuilder {
workspace: resourceCollections.workspace,
options: {
version: project.version,
pattern: "/resources/**/*.{js,json,library,less,theme}"
pattern: "/**/*.{js,json,library,less,theme,html}"
}
});
});
Expand Down

0 comments on commit a0d4bc2

Please sign in to comment.