Skip to content

Commit

Permalink
Heroku Preview Apps: change startup command, use npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Sep 4, 2023
1 parent 7d8ef22 commit f45038a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app.json
Expand Up @@ -3,8 +3,5 @@
"description": "Gnosis Beacon Chain Deposit UI",
"env": {
"REACT_APP_NETWORK_IDS": "100,10200"
},
"scripts": {
"postdeploy": "npm run build"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"lint:fix": "standard --fix",
"prepare": "husky install",
"pre-commit": "lint-staged",
"start": "react-scripts start"
"start": "react-scripts build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit f45038a

Please sign in to comment.