From 866aacb6dbf3c25cde0457c981a1af8d56ce111c Mon Sep 17 00:00:00 2001 From: Mirlan Date: Mon, 27 Sep 2021 17:11:48 +0600 Subject: [PATCH] fix(1707): pass strip production key (#505) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3f39658..b5b5ac1d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ facr-build: clean REACT_APP_ENV=staging REACT_APP_CLIENT=facr npm run build facr-production-build: clean - REACT_APP_ENV=production REACT_APP_CLIENT=facr npm run build + REACT_APP_ENV=production REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW REACT_APP_CLIENT=facr npm run build .PHONY: build