We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f22cc commit 95021c3Copy full SHA for 95021c3
Makefile
@@ -103,7 +103,7 @@ dist-gzip: $(TARFILE)
103
# we don't ship node_modules for license and compactness reasons; we ship a
104
# pre-built dist/ (so it's not necessary) and ship packge-lock.json (so that
105
# node_modules/ can be reconstructed if necessary)
106
-$(TARFILE): NODE_ENV=production
+$(TARFILE): export NODE_ENV=production
107
$(TARFILE): $(WEBPACK_TEST) $(RPM_NAME).spec
108
mv node_modules node_modules.release
109
touch -r package.json $(NODE_MODULES_TEST)
0 commit comments