diff --git a/.github/workflows/ci-test-frontend.yml b/.github/workflows/ci-test-frontend.yml index 2a3a6d31..e8b7db91 100644 --- a/.github/workflows/ci-test-frontend.yml +++ b/.github/workflows/ci-test-frontend.yml @@ -24,8 +24,5 @@ jobs: - run: npm ci working-directory: ./frontend - - run: npx run-p check lint test build - working-directory: ./frontend - - - run: npm run build + - run: npx run-p check lint test working-directory: ./frontend