Skip to content

Commit

Permalink
chore(ci): disable NPM scripts for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djey47 authored Sep 20, 2023
1 parent c205e7a commit 3b31b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run lint
- run: npm test

0 comments on commit 3b31b44

Please sign in to comment.