Skip to content

Commit

Permalink
chore(docs): update cp command to be portable across OS
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smith <dsmith@goodwaygroup.com>
  • Loading branch information
clok committed May 18, 2021
1 parent b7004de commit a31ee87
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 @@ -12,7 +12,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"changelog": "git-chglog -o CHANGELOG.md --next-tag v$(grep '\\\"version\\\":' package.json | grep -v git-chglog | awk -F '\\\"' '{print $4}')",
"build:docs": "typedoc && cp {CONTRIBUTING.md,LICENSE,CHANGELOG.md,README.md} docs/",
"build:docs": "typedoc && cp CHANGELOG.md docs/ && cp CONTRIBUTING.md docs/ && cp README.md docs/ && cp LICENSE docs/",
"version": "./release.sh"
},
"repository": {
Expand Down

0 comments on commit a31ee87

Please sign in to comment.