Skip to content

Commit 71f15f0

Browse files
committed
fix: copy the readme and license files in the dist folder so that the readme is available directly on NPM and the license as well
1 parent 667af7f commit 71f15f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "dist/types.d.ts",
88
"scripts": {
99
"tsc": "tsc",
10-
"build": "rm -rf dist && yarn tsc && cp src/package.json dist"
10+
"build": "rm -rf dist && yarn tsc && cp src/package.json dist && cp README.md dist && cp LICENSE.md dist"
1111
},
1212
"dependencies": {
1313
"@improbable-eng/grpc-web": "0.15.0",

0 commit comments

Comments
 (0)