Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(deploy): Moved prepublish to preparepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 19, 2016
1 parent 67b22b4 commit b70bbf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ before_deploy:
- ssh-add .travis/deployment_key.pem
- pr-bumper bump
- git fetch --tags # make sure travis ci has all remote tags for changelog
- npm run preparepublish
env:
global:
- secure: n/IuwtJpQAd5LG1ik75mJOjMuK4uOAYeaQERNG+eYj2v5gJ7QMIn3z/osV3rP3C3TOfPvRRwN8f2L8mOjhUndHMFizpxeFdXkE0zKmqYza8OEywx6USbNq3qJTafx/01cW8Ttqm79dmxkO+59xan/7MiAY8OYRRz8SHBc9vVYHuGmzrrDoEHpK8HLs8N2UNX2LZUoZFoqJ2fDUiP/mktXj1GJ/+X00f12mtez8rmnvrnV8fNThRbQoR0T6SY7Cq/Tj+UArpLhRhqvD61/BIz7e4PTFgCmZrB6xBWU9Dzv9/2CBR1CWrKwWHB2nn2NexKCIjQ9Kdnx43tx7t96nmXV7MVzovDwJ0lkod4v2vdjr3x02M1hoaaOEnCO3tyFRcA93R6yUlWyoXUqGtSzmJMKNXPvzKkNMhqRNaBD4q02+ss/9Ocfzq2ZeUCgZ+wUghSb2BxvvLDWii3nKlrtAhraGQHtusb6Np96PaXvlRpuXRvK6h9FaSvf15sdhL7yZ19CbQnuryEgVmntxpMVxFR9WWwpKOq/Ih+kRC1jns9Hv54xSuziteewpHmcKs2LHCggXblCWsQlnGhKuvKB9jfZVVYGXC6eGkzfIVaebiIVwuYvBhcCqwE8ZF2MI890hCncFIXIvZiNd/tClyVFSCzOaDruecX34BW9UFvczORglc=
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"test": "u test -s",
"coveralls": "u coveralls",
"build": "u build",
"prepublish": "cp -r lib/* .",
"postpublish": "u changelog && u doc build && u deploy docs"
},
"repository": {
Expand Down

0 comments on commit b70bbf4

Please sign in to comment.