diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 43031913..cf800415 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -35,10 +35,10 @@ jobs: cd frontend npm run lint - - name: Build frontend - run: | - cd frontend - npm run build --if-present + # - name: Build frontend + # run: | + # cd frontend + # npm run build --if-present - name: Run frontend tests run: | diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 41097209..acaec544 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -35,10 +35,10 @@ jobs: cd frontend npm run lint - - name: Build frontend - run: | - cd frontend - npm run build --if-present + # - name: Build frontend + # run: | + # cd frontend + # npm run build --if-present - name: Run frontend tests run: |