mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-06-16 15:01:38 +02:00
Fix build command
This commit is contained in:
parent
0d2d0ace03
commit
c344942d40
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts --openssl-legacy-provider build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"tscss": "typed-scss-modules src --watch",
|
"tscss": "typed-scss-modules src --watch",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue