Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Sep 16, 2024
1 parent c43248d commit d2dfdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
new CopyPlugin({
patterns: [
{
from: 'resources/resource-validation/rule-sets/**/*.yaml',
from: 'resources/base/resource-validation/rule-sets/**/*.yaml',
to: 'resource-validation/rule-set.yaml',
transformAll(assets) {
return assets.reduce((accumulator, asset) => {
Expand Down

0 comments on commit d2dfdc6

Please sign in to comment.