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 4e5b513 commit 1842c93Copy full SHA for 1842c93
packages/https/package.json
@@ -12,8 +12,7 @@
12
}
13
},
14
"scripts": {
15
- "tsc": "cpy ../../src/https/request.d.ts ./ && tsc -d",
16
- "tsc-win": "cpy ..\\..\\src\\https\\request.d.ts .\\ && tsc -d",
+ "tsc": "cpy '**/*.d.ts' '../../packages/https' --parents --cwd=../../src/https && tsc -d",
17
"readme": "readme generate -c ../../tools/readme/blueprint.json",
18
"build": "npm run tsc",
19
"build.watch": "npm run tsc -- -w",
0 commit comments