Skip to content

Commit bebe0f1

Browse files
committed
Fix icon detection script
1 parent 086bacb commit bebe0f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bin/only-include-used-icons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ async function main() {
161161
return false;
162162
}
163163

164+
if (parsedPackageJson["name"] === "tss-react") {
165+
return false;
166+
}
167+
164168
for (const packageName of [
165169
"@gouvfr/dsfr",
166170
"@codegouvfr/react-dsfr",

0 commit comments

Comments
 (0)