We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60869d3 commit aa30d6fCopy full SHA for aa30d6f
1 file changed
scripts/subset-fonts.js
@@ -1,5 +1,5 @@
1
import fs from 'fs'
2
-import { readFileSync, readdirSync, statSync, writeFileSync, unlinkSync } from 'fs'
+import { readFileSync, readdirSync, statSync, writeFileSync, unlinkSync, copyFileSync } from 'fs'
3
import { join, dirname } from 'path'
4
import { fileURLToPath } from 'url'
5
import { execSync, spawn } from 'child_process'
0 commit comments