Skip to content

Commit

Permalink
fix(gh-pages): Remove extra travis dist step and fix gh-pages publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saschwarz committed Jan 2, 2016
1 parent b3c8ead commit f7bc740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/deploy_gh_pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function main() {
// needed when running on travis-ci
{
user: {
name: 'Steve Schwarz',
name: 'saschwarz',
email: '[email protected]'
}
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"report-coverage": "cat ./build/coverage/lcov.info | codecov",
"commit": "git-cz",
"preversion": "npm run test && npm run lint",
"prepublish": "npm run dist-modules",
"postpublish": "npm run gh-pages && npm run deploy-gh-pages",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm run dist-modules && npm publish && semantic-release post"
},
"main": "dist/svgpathplayer.min.js",
"dependencies": {
Expand Down

0 comments on commit f7bc740

Please sign in to comment.