From 865049f436effcf42ea76c814f5be96dbb3996e6 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Mon, 19 Jul 2021 22:22:44 -0700 Subject: [PATCH] fix config command --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 71c34efc2..6955eab70 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ jobs: uses: cypress-io/github-action@v2 with: working-directory: frontend - build: npm config:defaults + build: npm run config:defaults start: npm run start:local-prod wait-on: 'http://localhost:4200' wait-on-timeout: 120 @@ -35,7 +35,7 @@ jobs: uses: cypress-io/github-action@v2 with: working-directory: frontend - build: npm config:defaults + build: npm run config:defaults start: npm run start:local-prod wait-on: 'http://localhost:4200' wait-on-timeout: 120 @@ -55,7 +55,7 @@ jobs: uses: cypress-io/github-action@v2 with: working-directory: frontend - build: npm config:defaults + build: npm run config:defaults start: npm run start:local-prod wait-on: 'http://localhost:4200' wait-on-timeout: 120