Skip to content

Commit

Permalink
✨ Start-prod without livereload fix Project-OSRM#278
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 authored Jun 18, 2020
1 parent 7466eba commit ed39fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"compile": "browserify -d src/index.js -s osrm > bundle.raw.js && uglifyjs bundle.raw.js -c -m --source-map=bundle.js.map -o bundle.js",
"build": "npm run replace && npm run compile && cp node_modules/leaflet/dist/leaflet.css css/leaflet.css",
"start-index": "budo src/index.js --serve=bundle.js --live -d | bistre",
"start-index-prod": "budo src/index.js --serve=bundle.js -d | bistre",
"start": "npm run build && npm run start-index",
"start-prod": "npm run build && npm run start-index-prod",
"prepub": "npm run build"
},
"repository": {
Expand Down

0 comments on commit ed39fcf

Please sign in to comment.