Skip to content

Commit aa30d6f

Browse files
committed
update
1 parent 60869d3 commit aa30d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/subset-fonts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs'
2-
import { readFileSync, readdirSync, statSync, writeFileSync, unlinkSync } from 'fs'
2+
import { readFileSync, readdirSync, statSync, writeFileSync, unlinkSync, copyFileSync } from 'fs'
33
import { join, dirname } from 'path'
44
import { fileURLToPath } from 'url'
55
import { execSync, spawn } from 'child_process'

0 commit comments

Comments
 (0)