Skip to content

Commit 4fa1c33

Browse files
authored
chore(deps): replace copyfiles usage (#6421)
1 parent 5f1b501 commit 4fa1c33

File tree

2 files changed

+1
-201
lines changed

2 files changed

+1
-201
lines changed

package-lock.json

Lines changed: 0 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"prebuild": "rm -rf lib",
26-
"postbuild": "npx copyfiles \"src/**/*.yml\" lib/ -u 1",
26+
"postbuild": "npx cpy \"src/**/*.yml\" \"lib/\"",
2727
"build": "tsc",
2828
"test:types": "tsd",
2929
"test": "ava && tsd && vitest run",
@@ -132,7 +132,6 @@
132132
"atob": "^2.1.2",
133133
"ava": "^5.0.0",
134134
"c8": "^10.0.0",
135-
"copyfiles": "^2.4.1",
136135
"cpy": "^11.0.0",
137136
"get-node": "^14.2.1",
138137
"get-port": "^7.0.0",

0 commit comments

Comments
 (0)