Browse Source

package.json bug fixed

FE_dev
bronjaermin 2 years ago
parent
commit
8dc64c1b6b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -50,7 +50,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