diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ec528b269..5cfb219a6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ pipelines: script: - cd jam-ui - npm install - - npm run build + - CI=false npm run build artifacts: - build/** - step: