diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 21ba5be89c..6f383d8b26 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -45,6 +45,7 @@ steps: - "echo '--- Fetching Dependencies'" - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" + - "yarn build:genfiles" # We have to build the app to make sure the autogenned files are present - "echo '+++ Running Tests'" - "yarn test" plugins: