We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac71750 commit 3b891e5Copy full SHA for 3b891e5
.github/workflows/lint.yml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: 'npm'
27
- - run: npm ci --ignore-scripts
+ - run: npm ci
28
- run: npm run lint
29
- run: npm run build
0 commit comments