Skip to content

Commit

Permalink
Start http server for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Jul 6, 2018
1 parent b460958 commit 5b27985
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 @@ -8,8 +8,9 @@
"npm": "3.8.6"
},
"scripts": {
"start": "node ./bin/www",
"build": "grunt",
"start": "node ./bin/www",
"start:dist": "http-server dist/",
"check-links": "http-server dist/ --silent & blc http://localhost:8080 -rg"
},
"dependencies": {
Expand Down

0 comments on commit 5b27985

Please sign in to comment.