Skip to content

Commit

Permalink
npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leungwensen committed Sep 22, 2016
1 parent 8ad3cc2 commit e57318f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"main": "index.js",
"homepage": "https://github.com/leungwensen/svg-icon#readme",
"scripts": {
"eslint": "gulp eslint",
"publish-all": "npm run push-all && npm publish && npm run sync-cnpm",
"push-all": "npm run push-master && npm run push-tags && npm run push-gh-pages",
"push-gh-pages": "git checkout gh-pages && git merge master && git push && git checkout master",
"push-master": "git checkout master && git push",
"push-tags": "git push --tag",
"sync-cnpm": "cnpm sync svg-icon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit e57318f

Please sign in to comment.