From 2469e9d28b766d361af22e8ff8275c1c6f79056d Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Tue, 12 May 2020 18:30:39 -0300 Subject: [PATCH] Update desktop script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca2de4f9..11206736 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"", "preelectron-pack": "yarn build", "build-mainnet": "cross-env REACT_APP_NETWORK=mainnet yarn build", - "build-desktop": "cross-env REACT_APP_BUILD_FOR_DESKTOP=true yarn build-mainnet", + "build-desktop": "cross-env REACT_APP_BUILD_FOR_DESKTOP=true REACT_APP_ENV=production yarn build-mainnet", "flow": "flow", "format:staged": "lint-staged", "lint:check": "eslint './src/**/*.{js,jsx}'",