We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2529e8 commit 4fd50cdCopy full SHA for 4fd50cd
1 file changed
other/build-icons.ts
@@ -148,6 +148,6 @@ async function writeIfChanged(filepath: string, newContent: string) {
148
.catch(() => '')
149
if (currentContent === newContent) return false
150
await fsExtra.writeFile(filepath, newContent, 'utf8')
151
- await $`prettier --write ${filepath}`
+ await $`prettier --write ${filepath} --ignore-unknown`
152
return true
153
}
0 commit comments