Skip to content

Commit 76ebfb3

Browse files
committed
copy readme on build
1 parent 6d5168c commit 76ebfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DIR=$(pwd)
33

44
npm run build
5-
cp package.json package-lock.json ./build
5+
cp package.json package-lock.json README.md ./build
66
cd build
77
npm publish
88
cd $DIR

0 commit comments

Comments
 (0)