Skip to content

Commit b32f392

Browse files
fix: Fixes docs scripts
1 parent 28963e9 commit b32f392

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"node": "^16.20.2",
99
"npm": "^8.19.4"
1010
},
11+
"scripts": {
12+
"start": "react-scripts --openssl-legacy-provider start",
13+
"build": "react-scripts --openssl-legacy-provider build",
14+
"eject": "react-scripts eject"
15+
},
1116
"dependencies": {
1217
"@emotion/core": "^10.0.35",
1318
"prismjs": "^1.21.0",
@@ -17,11 +22,6 @@
1722
"react-router-dom": "^5.2.0",
1823
"react-scripts": "3.4.3"
1924
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"eject": "react-scripts eject"
24-
},
2525
"eslintConfig": {
2626
"extends": "react-app"
2727
},

0 commit comments

Comments
 (0)