Skip to content

Commit

Permalink
Removing release branch from publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrowd committed Sep 7, 2016
1 parent f10a739 commit c10616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "jest",
"prebuild": "npm test",
"build": "babel ./src -d lib --ignore '__tests__' && gulp styles:package copy:package",
"prepublish-to-npm": "git pull && npm run build && git commit -am 'Prepare for publishing'",
"publish-to-npm": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master && npm publish && git push --tags)",
"prepublish-to-npm": "git pull && npm run build && git add . && git commit -m 'Prepare for publishing'",
"publish-to-npm": "(git pull origin master && npm version patch && git push origin master && npm publish && git push --tags)",
"prepublish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp prepublish",
"publish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp publish"
},
Expand Down

0 comments on commit c10616d

Please sign in to comment.