diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5ea3db9..55b3315 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,7 +9,7 @@ definitions: - yarn install - yarn build artifacts: - - dist + - dist/** pipelines: branches: default: @@ -24,7 +24,7 @@ pipelines: - npm version patch -m "[skip CI] Version %s" - git push artifacts: - - dist + - dist/** - step: name: Publish deployment: staging @@ -40,7 +40,7 @@ pipelines: script: - cp package.json dist/ artifacts: - - dist + - dist/** - step: name: Publish deployment: production