From 9c928efcbbf9c8b4d713df15f0dd3a35daae36fd Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:51:43 -0500 Subject: [PATCH] tweak command --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0316b5631..2ae01af4b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -115,6 +115,8 @@ steps: - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN} - echo "--- Install dependencies" - HUSKY=0 yarn install --immutable + - echo "--- Build bundles" + - yarn turbo run --filter='consent-tools-integration-tests' build - echo "+++ Run Tests" - yarn turbo run --filter='consent-tools-integration-tests' test:intg plugins: