diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 55b3315..8ecdccd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,6 +19,7 @@ pipelines: - step: name: Prepare Package script: + - apk add git - cp package.json dist/ - sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json - npm version patch -m "[skip CI] Version %s"