Skip to content

Commit 04f6674

Browse files
committed
chore: replace copyfiles with a in-house native package
1 parent 5dfad15 commit 04f6674

File tree

3 files changed

+35
-213
lines changed

3 files changed

+35
-213
lines changed

packages/excel-builder-vanilla/copy-types.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { writeFileSync } from 'node:fs';
2-
import copyfiles from 'copyfiles';
2+
import { copyfiles } from 'native-copyfiles';
33

44
// copy all types (d.ts) files with same folder structures
55
const source = 'dist/**/*.d.{cts,ts}';

packages/excel-builder-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"fflate": "^0.8.2"
6363
},
6464
"devDependencies": {
65-
"copyfiles": "^2.4.1",
6665
"dts-bundle-generator": "^9.5.1",
66+
"native-copyfiles": "^0.2.1",
6767
"typescript": "^5.6.3",
6868
"vite": "^6.0.0"
6969
}

0 commit comments

Comments
 (0)