Skip to content

Commit

Permalink
chore: update start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Jan 15, 2025
1 parent d563746 commit 7669dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 7669dd3

Please sign in to comment.