Skip to content
Snippets Groups Projects
Commit a840b378 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Trying to fix deployment to Heroku 6: Changing the start script to serve build

parent 91c48108
Branches
No related tags found
No related merge requests found
Pipeline #61650 passed
......@@ -24,11 +24,11 @@
"npm": "9.5.0"
},
"scripts": {
"start": "react-scripts start",
"devStart": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku": "serve build"
"start": "serve build"
},
"eslintConfig": {
"extends": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment