Skip to content

Commit a604938

Browse files
committed
include the readme on edge publish too
1 parent da6d24b commit a604938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
121121
# is this the dev branch?
122122
if [ "$TRAVIS_BRANCH" = "dev" ]; then
123123
echo 'publishing as unstable edge build to npm...'
124+
cp README.md .build
124125

125126
( cd .build
126127
if [ "${NPM_TOKEN}" != "" ]; then echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc; fi

0 commit comments

Comments
 (0)