Browse Source

fixed package.json bug

FE_dev
bronjaermin 3 years ago
parent
commit
4afdb5ca7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -51,7 +51,7 @@
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",

Loading…
Cancel
Save