From 01a91d2cc1245c1f55923cfaa62198f80410c734 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 10 Apr 2019 13:41:48 -0700 Subject: [PATCH] Restore previous build-release command, failed on macOS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4daf5c4f81..bb19e58fb4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "icon-gen": "electron-icon-maker --input=images/icon_1024.png --output=./build", "generate": "yarn icon-gen && yarn grunt", "build": "build --config.extraMetadata.environment=$SIGNAL_ENV", - "build-release": "set SIGNAL_ENV=production && npm run build -- --config.directories.output=release && unset SIGNAL_ENV", + "build-release": "SIGNAL_ENV=production && npm run build -- --config.directories.output=release", "sign-release": "node ts/updater/generateSignature.js", "build-module-protobuf": "pbjs --target static-module --wrap commonjs --out ts/protobuf/compiled.js protos/*.proto && pbts --out ts/protobuf/compiled.d.ts ts/protobuf/compiled.js", "clean-module-protobuf": "rm -f ts/protobuf/compiled.d.ts ts/protobuf/compiled.js",