From 3c8e7533ceb4ac25ffcf71cd22e25b788efcce43 Mon Sep 17 00:00:00 2001 From: cipchk Date: Tue, 8 May 2018 12:39:55 +0800 Subject: [PATCH] ci: fix Unable to find a readme in npm --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index fe1017a..cdcd586 100644 --- a/build.sh +++ b/build.sh @@ -47,3 +47,4 @@ rm publish/src/index.d.ts publish/src/index.metadata.json echo 'Copying package.json' cp package.json publish/package.json +cp README.md publish/README.md