From 3248eb2b367a292b7890d71107e23ee34fdfdfc9 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 02:59:51 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e208a4fe..1380bdba 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,8 +45,8 @@ jobs: install: false build: npm run build start: | - npm start:api --port 3000 - npm start:cra --port 3001 + npm run start:api --port 3000 + npm run start:cra --port 3001 env: SKIP_PREFLIGHT_CHECK: true REACT_APP_DOMAIN: your-tenant.auth0.com