Skip to content

Commit b59e22f

Browse files
committed
upgrade
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent bf41aac commit b59e22f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"@types/node": "ts5.7",
136136
"@types/spdx-expression-parse": "^3",
137137
"c8": "^11",
138-
"copyfiles": "^2.4.1",
138+
"cpy-cli": "^7.0.0",
139139
"deepmerge": "^4.2.2",
140140
"fast-glob": "^3.3.1",
141141
"memfs": "^4.46.1",
@@ -237,7 +237,7 @@
237237
"build:web": "webpack build",
238238
"prebuild:d": "rimraf dist.d",
239239
"build:d": "tsc -b ./tsconfig.d.json",
240-
"postbuild:d": "copyfiles -u 1 src/**/*.d.ts dist.d",
240+
"postbuild:d": "cpy -cwd=src 'src/**/*.d.ts' dist.d",
241241
"test": "run-p --aggregate-output -lc test:\\*",
242242
"test:node": "c8 mocha -p",
243243
"test:web": "node -e 'console.log(\"TODO: write web test\")'",

0 commit comments

Comments
 (0)