This commit is contained in:
Jan Prochazka
2021-02-07 17:48:46 +01:00
parent e0303aa77e
commit 8e26918975
4 changed files with 8 additions and 2 deletions

View File

@@ -45,6 +45,7 @@
"build:docker": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
"build:app": "cross-env PUBLIC_URL=. CI=false react-scripts build",
"build": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
"prepublishOnly": "yarn build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ts": "tsc"