Skip to content

Commit

Permalink
Try --ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Sep 24, 2024
1 parent 158a02c commit bc50ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run fmt-frontend-check
- run: npm run lint
- run: npm run build
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run test-frontend:coverage
env:
CI: true
Expand Down

0 comments on commit bc50ce3

Please sign in to comment.