Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 488ab85

Browse files
rapropostrimox
authored andcommitted
quote globbed argument to cpx in copy-types (#126)
1 parent 919a2c7 commit 488ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:copy-files": "npm run copy-types && npm run copy-metadata && npm run copy-readme && npm run copy-package-json",
2626
"copy-readme": "cpx README.md dist",
2727
"copy-package-json": "cpx src/lib/package.json dist",
28-
"copy-types": "cpx build/**/*.d.ts dist",
28+
"copy-types": "cpx \"build/**/*.d.ts\" dist",
2929
"copy-metadata": "cpx build/index.metadata.json dist/",
3030
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
3131
"commitmsg": "validate-commit-msg",

0 commit comments

Comments
 (0)