We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe608b commit 25ca664Copy full SHA for 25ca664
1 file changed
.github/workflows/build.yml
@@ -23,13 +23,13 @@ jobs:
23
cache: 'npm'
24
25
- name: Skip Scripts Install 📦
26
- run: npm i --skip-scripts
+ run: npm i --skip-scripts --loglevel=info
27
28
- name: Install cross-fetch 📦
29
- run: npm i cross-fetch
+ run: npm i cross-fetch --loglevel=info
30
31
- name: Install dependencies 📦
32
- run: npm i
+ run: npm i --loglevel=info
33
34
- name: Build 🏗️
35
run: npm run build
0 commit comments