Skip to content

Commit

Permalink
Fix broken publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
louh committed Aug 23, 2016
1 parent 519701a commit 8d0995e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
node_modules
npm-debug.log
.DS_Store
coverage/
.coveralls.yml
bower.json
circle.yml
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"example": "examples"
},
"scripts": {
"prepublish": "npm run copy-source-files; npm run minify-js && npm run minify-css",
"prepublish": "npm run copy-source-files && npm run minify-js && npm run minify-css",
"minify-js": "uglifyjs dist/leaflet-geocoder-mapzen.js -o dist/leaflet-geocoder-mapzen.min.js",
"minify-css": "cleancss -o dist/leaflet-geocoder-mapzen.min.css dist/leaflet-geocoder-mapzen.css",
"pretest": "npm run copy-source-files",
Expand Down

0 comments on commit 8d0995e

Please sign in to comment.