From ed4b37d44ceee0803466a9edd8476643f8fd8cf8 Mon Sep 17 00:00:00 2001 From: Marvin9 Date: Thu, 1 Oct 2020 00:12:22 +0530 Subject: [PATCH] fix(scaffolder): remove invalid flag to pass build --- .../{{cookiecutter.component_id}}/.github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml index 33dd3436d5..907da7e820 100644 --- a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml +++ b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: working-directory: . run: | yarn install - yarn build --if-present + yarn build yarn test env: CI: true