Skip to content

Commit

Permalink
fix: copy the readme and license files in the dist folder so that the…
Browse files Browse the repository at this point in the history
… readme is available directly on NPM and the license as well
  • Loading branch information
maxime1992 committed Jun 2, 2022
1 parent 667af7f commit 71f15f0
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 @@ -7,7 +7,7 @@
"types": "dist/types.d.ts",
"scripts": {
"tsc": "tsc",
"build": "rm -rf dist && yarn tsc && cp src/package.json dist"
"build": "rm -rf dist && yarn tsc && cp src/package.json dist && cp README.md dist && cp LICENSE.md dist"
},
"dependencies": {
"@improbable-eng/grpc-web": "0.15.0",
Expand Down

0 comments on commit 71f15f0

Please sign in to comment.