Skip to content

Commit

Permalink
Merge pull request #130 from simonmcmanus/start
Browse files Browse the repository at this point in the history
added an npm start script
  • Loading branch information
Fishrock123 committed Sep 12, 2015
2 parents 5be632d + 566c28c commit 649a4d7
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,7 +8,8 @@
"build": "node build.js",
"serve": "node build.js serve",
"lint": "eslint scripts build.js",
"load-versions": "node scripts/load-versions.js"
"load-versions": "node scripts/load-versions.js",
"start": "npm run serve"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 649a4d7

Please sign in to comment.