From 792fab20e68a3428dbf1c6d1052c9ebd472b05f6 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 30 Apr 2019 15:57:34 +0200 Subject: [PATCH] Export NPM_VERSION variable in Makefile Change-type: patch Changelog-entry: Export NPM_VERSION variable in Makefile Signed-off-by: Lorenzo Alberto Maria Ambrosi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e0b4909..a432c60e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # --------------------------------------------------------------------- RESIN_SCRIPTS ?= ./scripts/resin -NPM_VERSION ?= 6.7.0 +export NPM_VERSION ?= 6.7.0 S3_BUCKET = artifacts.ci.balena-cloud.com # This directory will be completely deleted by the `clean` rule