Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(deploy): copy README to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jun 13, 2019
1 parent d9cae43 commit 6adc257
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 @@ -6,7 +6,7 @@
"scripts": {
"build-icons": "pixo src-icons/svg --out-dir src/icons --template src-icons/template.js",
"compile": "babel src --out-dir dist",
"copypackage": "cp -rf package.json dist",
"copypackage": "cp -rf package.json README.md dist",
"predist": "npm run copypackage",
"dist": "cd dist && npm publish",
"docz:dev": "docz dev",
Expand Down

0 comments on commit 6adc257

Please sign in to comment.