Skip to content

Commit

Permalink
Merge pull request jshint#997 from ljharb/add_npm_build
Browse files Browse the repository at this point in the history
Add `npm run-script build`
  • Loading branch information
valueof authored and jugglinmike committed Oct 21, 2014
2 parents 8f7fa6a + cd3a4eb commit 5a15e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},

"scripts": {
"build": "node ./make.js build",
"test": "node ./make.js test",
"lint": "node ./make.js lint"
},
Expand Down

0 comments on commit 5a15e5f

Please sign in to comment.