Update deploy command
This commit is contained in:
parent
cfbfd696f1
commit
59804bd735
|
|
@ -43,6 +43,6 @@
|
||||||
"q": "~1.4.1"
|
"q": "~1.4.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue