diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6faaf5e..e9cf14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,5 +27,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm install - - run: npm run build - run: npm test