Skip to content

Commit

Permalink
Add "build" npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
brewingcode committed Aug 23, 2017
1 parent 93dbcbb commit baf3d91
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 @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "coffee -w ./run"
"start": "coffee -w ./run",
"build": "./run"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit baf3d91

Please sign in to comment.