From 27325cdffc00117ed5ca0c59a177e9b72c00647f Mon Sep 17 00:00:00 2001 From: zsviczian Date: Fri, 19 Nov 2021 18:21:08 +0100 Subject: [PATCH] cross-env --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 900265c52a..0aa444ddd5 100644 --- a/package.json +++ b/package.json @@ -91,8 +91,8 @@ "private": true, "scripts": { "build-node": "node ./scripts/build-node.js", - "build:app:docker": "REACT_APP_DISABLE_SENTRY=true react-scripts build", - "build:app": "REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build", + "build:app:docker": "cross-env REACT_APP_DISABLE_SENTRY=true react-scripts build", + "build:app": "cross-env REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build", "build:version": "node ./scripts/build-version.js", "build": "yarn build:app && yarn build:version", "eject": "react-scripts eject",