Skip to content

Commit 25ca664

Browse files
authored
Update build.yml
1 parent 3fe608b commit 25ca664

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Skip Scripts Install 📦
26-
run: npm i --skip-scripts
26+
run: npm i --skip-scripts --loglevel=info
2727

2828
- name: Install cross-fetch 📦
29-
run: npm i cross-fetch
29+
run: npm i cross-fetch --loglevel=info
3030

3131
- name: Install dependencies 📦
32-
run: npm i
32+
run: npm i --loglevel=info
3333

3434
- name: Build 🏗️
3535
run: npm run build

0 commit comments

Comments
 (0)