diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8d04591..dd9f779 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -16,6 +16,8 @@ jobs: with: node-version: '20' - name: Install dependencies - run: npm install + run: npm install --no-audit --no-fund --no-optional - name: Linter - run: npm run lint \ No newline at end of file + run: npm run lint + - name: Build + run: npm run build \ No newline at end of file