diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49bbf1c58..f8b732738 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,9 @@ stages: deps: stage: deps script: yarn install --ignore-scripts + only: + changes: + - yarn.lock lint-js: stage: test @@ -49,6 +52,7 @@ jest: - "**/*.json" - "app/soapbox/**/*" - "webpack/**/*" + - "custom/**/*" - "jest.config.js" - "package.json" - "yarn.lock"