diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11eabd7..16fa255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,10 @@ jobs: with: node-version: 12.x - run: npm ci + - run: npm run build + - run: npm run format-check + - run: npm run lint - run: npm run test - - run: npm run package - uses: actions/upload-artifact@v2 with: name: dist