Deploy to Heroku

This commit is contained in:
obergodmar
2020-06-25 19:39:56 +03:00
parent 1103ebec6f
commit 0b52c73cab
2 changed files with 4 additions and 14477 deletions
-14475
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -5,7 +5,8 @@
"dependencies": { "dependencies": {
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-scripts": "3.4.1" "react-scripts": "3.4.1",
"serve": "^11.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^16.9.41", "@types/react": "^16.9.41",
@@ -15,7 +16,8 @@
"typescript": "^3.9.5" "typescript": "^3.9.5"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "serve ./build",
"dev": "react-scripts start",
"build": "env GENERATE_SOURCEMAP=false react-scripts build", "build": "env GENERATE_SOURCEMAP=false react-scripts build",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },