Skip to content

Commit

Permalink
Chore(prepublish): use npm run build for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghybs committed Mar 26, 2017
1 parent 29b9e9b commit 177ab70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"_year": "2015-2017",
"description": "Creates a Leaflet Feature Group that adds its child layers into a parent group when added to a map",
"main": "dist/leaflet.featuregroup.subgroup",
"files": ["dist/*.js"],
"files": [
"dist/*.js"
],
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake build",
"version": "npm run build && jake buildDocs && git add README.md",
"prepublish": "jake"
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 177ab70

Please sign in to comment.