Update deploy command

This commit is contained in:
Dan Mindru 2017-02-07 23:50:46 +01:00
parent cfbfd696f1
commit 59804bd735
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@
"q": "~1.4.1"
},
"scripts": {
"deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo master`:gh-pages --force"
"deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force"
}
}