From 851334e694c70ef1e9237156da5608b4e00143d6 Mon Sep 17 00:00:00 2001 From: coomy chang Date: Tue, 18 Jul 2023 14:20:19 +0800 Subject: [PATCH] devops(circleci): test if build passes --- examples/next-starter/.circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/next-starter/.circleci/config.yml b/examples/next-starter/.circleci/config.yml index 253f5fac..0195af68 100644 --- a/examples/next-starter/.circleci/config.yml +++ b/examples/next-starter/.circleci/config.yml @@ -47,6 +47,10 @@ commands: environment: JEST_JUNIT_OUTPUT_DIR: "reports/jest/js-test-results.xml" + - run: + name: See if passed build + command: | + yarn turbo run build --filter=web... # - run: # name: Build storybooks # command: |