Skip to content

Commit 3b891e5

Browse files
authored
Update lint.yml
1 parent ac71750 commit 3b891e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- run: npm ci --ignore-scripts
27+
- run: npm ci
2828
- run: npm run lint
2929
- run: npm run build

0 commit comments

Comments
 (0)