diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a9c6c06b..17d4e26f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,11 +13,4 @@ pipelines: caches: - node script: - - npm install - - step: - name: Code linting - script: - - npm install eslint - - npx eslint . - caches: - - node + - yarn build