Skip to content

Commit 9767090

Browse files
committed
Makefile: make npm install less noisy
Adding --loglevel=error shuts up the stupid banner from core-js
1 parent 22afbe3 commit 9767090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ release-compress:
449449
cd $(DIST)/release/; for file in `find . -type f -name "*"`; do echo "compressing $${file}" && gxz -k -9 $${file}; done;
450450

451451
node_modules: package-lock.json
452-
npm install --no-save
452+
npm install --no-save --loglevel=error
453453

454454
.PHONY: npm-update
455455
npm-update: node-check node_modules

0 commit comments

Comments
 (0)