We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf41aac commit b59e22fCopy full SHA for b59e22f
1 file changed
package.json
@@ -135,7 +135,7 @@
135
"@types/node": "ts5.7",
136
"@types/spdx-expression-parse": "^3",
137
"c8": "^11",
138
- "copyfiles": "^2.4.1",
+ "cpy-cli": "^7.0.0",
139
"deepmerge": "^4.2.2",
140
"fast-glob": "^3.3.1",
141
"memfs": "^4.46.1",
@@ -237,7 +237,7 @@
237
"build:web": "webpack build",
238
"prebuild:d": "rimraf dist.d",
239
"build:d": "tsc -b ./tsconfig.d.json",
240
- "postbuild:d": "copyfiles -u 1 src/**/*.d.ts dist.d",
+ "postbuild:d": "cpy -cwd=src 'src/**/*.d.ts' dist.d",
241
"test": "run-p --aggregate-output -lc test:\\*",
242
"test:node": "c8 mocha -p",
243
"test:web": "node -e 'console.log(\"TODO: write web test\")'",
0 commit comments