From 90759bf07fe5f9c581af69d719974d98fee10b20 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Mon, 17 Jun 2024 20:37:58 -0300 Subject: [PATCH] chore: copiando o readme --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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/**