Skip to content

Commit

Permalink
fix(*): fix vulnerabilites
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 1, 2023
1 parent 1108903 commit 32891fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 32891fe

Please sign in to comment.