Skip to content

Commit 95021c3

Browse files
KKoukioumartinpitt
authored andcommitted
Make variables are not exported into the environment of processes make invokes by default
1 parent 45f22cc commit 95021c3

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
@@ -103,7 +103,7 @@ dist-gzip: $(TARFILE)
103103
# we don't ship node_modules for license and compactness reasons; we ship a
104104
# pre-built dist/ (so it's not necessary) and ship packge-lock.json (so that
105105
# node_modules/ can be reconstructed if necessary)
106-
$(TARFILE): NODE_ENV=production
106+
$(TARFILE): export NODE_ENV=production
107107
$(TARFILE): $(WEBPACK_TEST) $(RPM_NAME).spec
108108
mv node_modules node_modules.release
109109
touch -r package.json $(NODE_MODULES_TEST)

0 commit comments

Comments
 (0)