Skip to content

Commit 053c3e4

Browse files
committed
fix publish
1 parent 382d822 commit 053c3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function parseArgs {
3232

3333
parseArgs "$@"
3434

35-
cp README.md package.json contracts/
35+
cp README.md LICENSE.md package.json contracts/
3636

3737
if [ ${PUBLIC} == true ]
3838
then
@@ -41,4 +41,4 @@ else
4141
npm publish contracts/
4242
fi
4343

44-
rm contracts/README.md contracts/package.json
44+
rm contracts/README.md contracts/LICENSE.md contracts/package.json

0 commit comments

Comments
 (0)