Skip to content

Commit

Permalink
Merge pull request #57 from MoaRoom/feat/#53
Browse files Browse the repository at this point in the history
Test AWS CI with Codedeploy
  • Loading branch information
NayeonKeum authored Aug 6, 2023
2 parents fa01929 + f6f0bac commit db7dc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"webpack-hot-middleware": "^2.25.3"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts --openssl-legacy-provider start",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit db7dc35

Please # to comment.