Skip to content

Commit

Permalink
add docker-specific start script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Nov 9, 2017
1 parent 1ac9904 commit de7eb47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "tslint src/**/*",
"pretest": "npm run build",
"start": "webpack-dev-server",
"start:docker": "webpack-dev-server --host 0.0.0.0",
"tdd": "concurrently -k 'jest --watch' 'npm run start' 'npm run watch'",
"test": "jest",
"watch": "webpack -w"
Expand Down Expand Up @@ -89,4 +90,4 @@
},
"testRegex": "(\\.|/)test\\.(tsx?)$"
}
}
}

0 comments on commit de7eb47

Please sign in to comment.