diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e17ace64..64f9dca1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: node-version: 'lts/*' - name: Install dependencies run: npm install - - name: Build commonjs + - name: Build packages run: npm run build - name: Lint files run: npm run lint