From 32891fe4013492869371e813d7daf9c5e48eba39 Mon Sep 17 00:00:00 2001 From: hoseacodes Date: Tue, 1 Aug 2023 00:54:17 -0500 Subject: [PATCH] fix(*): fix vulnerabilites --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81e7a64b..ebbdde26 100755 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "build:dev": "env-cmd -e dev react-scripts build", "build:qa": "env-cmd -e staging react-scripts build", "build:prod": "env-cmd -e production react-scripts build", - "build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", + "build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "analyze": "source-map-explorer 'build/static/js/*.js'"