Skip to content

Commit

Permalink
npm run build continue add empty entry named with "İnşaat Malları"
Browse files Browse the repository at this point in the history
Related: f4e5e1d
  • Loading branch information
LaoshuBaby committed Jun 12, 2023
1 parent 8dbb655 commit a412255
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/brands/shop/doityourself.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,16 @@
"shop": "doityourself"
}
},
{
"displayName": "İnşaat Malları",
"id": "insaatmallari-092aaf",
"locationSet": {"include": ["001"]},
"tags": {
"brand": "İnşaat Malları",
"name": "İnşaat Malları",
"shop": "doityourself"
}
},
{
"displayName": "jem & fix",
"id": "jemandfix-27539e",
Expand Down

2 comments on commit a412255

@LaoshuBaby
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although "^i̇nşaat malları$", was added in generic name

I even changed it to "^(i̇nşaat malları|İnşaat Malları)$",, but after npm run build, the formatter replaced it with "^(i̇nşaat malları|i̇nşaat malları)$",, and this 001 entry was created again.

@bhousel

@bhousel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah I saw this in #8261
I'll see what's going on

Please sign in to comment.