Skip to content

Commit

Permalink
Merge pull request #1441 from Mephysto666/electron/configuration
Browse files Browse the repository at this point in the history
Electron/configuration
  • Loading branch information
Hirobreak authored May 6, 2020
2 parents 3a08096 + 0cecd4b commit eec5447
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion email_composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-tagsinput": "^3.19.0"
},
"scripts": {
"start": "PORT=3004 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand Down
4 changes: 2 additions & 2 deletions email_loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-localization": "^1.0.13"
},
"scripts": {
"start": "PORT=3003 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand All @@ -27,4 +27,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
4 changes: 2 additions & 2 deletions email_login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-localization": "^1.0.13"
},
"scripts": {
"start": "PORT=3005 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand All @@ -32,4 +32,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion email_mailbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"styled-components": "^4.1.2"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand Down
2 changes: 1 addition & 1 deletion email_pin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-verification-code-input": "^1.2.1"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand Down

0 comments on commit eec5447

Please sign in to comment.