Explorar o código

HUE-9236 [core] Log the npm and node versions on make

Johan Ahlen %!s(int64=5) %!d(string=hai) anos
pai
achega
6ec4a536fa
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -227,6 +227,8 @@ install-env:
 
 .PHONY: npm-install
 npm-install:
+	npm --version
+	node --version
 	npm install
 	npm run webpack
 	npm run webpack-login