diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 63076db..ba06122 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -22,6 +22,7 @@ pipelines: script: - apk add git - cp package.json dist/ + - cp README.md dist/ - npm version patch -m "[skip CI] Version %s" - git push artifacts: @@ -40,6 +41,7 @@ pipelines: name: Prepare Package script: - cp package.json dist/ + - cp README.md dist/ - sed -i s/$BITBUCKET_REPO_SLUG-dev/$BITBUCKET_REPO_SLUG/ dist/package.json artifacts: - dist/**