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

Commit

Permalink
quote globbed argument to cpx in copy-types (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapropos authored and trimox committed Sep 1, 2017
1 parent 919a2c7 commit 488ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:copy-files": "npm run copy-types && npm run copy-metadata && npm run copy-readme && npm run copy-package-json",
"copy-readme": "cpx README.md dist",
"copy-package-json": "cpx src/lib/package.json dist",
"copy-types": "cpx build/**/*.d.ts dist",
"copy-types": "cpx \"build/**/*.d.ts\" dist",
"copy-metadata": "cpx build/index.metadata.json dist/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commitmsg": "validate-commit-msg",
Expand Down

0 comments on commit 488ab85

Please sign in to comment.