diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f2cf64309..7da7a93fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: bahmutov/npm-install@v1 - name: build - run: npm build + run: npm run build - name: test - run: npm test + run: npm run test