Skip to content

Commit 1842c93

Browse files
committed
chore: copy typings
1 parent 4e5b513 commit 1842c93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/https/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
}
1313
},
1414
"scripts": {
15-
"tsc": "cpy ../../src/https/request.d.ts ./ && tsc -d",
16-
"tsc-win": "cpy ..\\..\\src\\https\\request.d.ts .\\ && tsc -d",
15+
"tsc": "cpy '**/*.d.ts' '../../packages/https' --parents --cwd=../../src/https && tsc -d",
1716
"readme": "readme generate -c ../../tools/readme/blueprint.json",
1817
"build": "npm run tsc",
1918
"build.watch": "npm run tsc -- -w",

0 commit comments

Comments
 (0)