Skip to content

Commit

Permalink
Removed enforced port from the project's start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Mellado committed Jul 10, 2017
1 parent e95ab6f commit 39e6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tiny-react-spa.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var packageJSON = {
"webpack-dev-server": "^2.5.0"
},
"scripts": {
"start": "npm run clean && webpack && webpack-dev-server --port 3000 --hot --inline --open --content-base dist",
"start": "npm run clean && webpack && webpack-dev-server --hot --inline --open --content-base dist",
"build": "npm run clean && cross-env NODE_ENV=production webpack",
"clean": "rimraf dist",
"lint": "eslint src",
Expand Down

0 comments on commit 39e6316

Please sign in to comment.