We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee24a4 commit 0390f1dCopy full SHA for 0390f1d
.github/workflows/cd.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Install dependencies
27
- run: npm i
+ run: npm i --verbose
28
- name: Run linter
29
run: npm run lint
30
- name: Build
0 commit comments