diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759351e..76c16a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm run lint - name: Test - run: npm run test --watch=false + run: npm run test -- --watch=false - name: Build run: npm run build:prod