update deploy scripts

This commit is contained in:
afc163 2015-06-04 13:49:55 +08:00
parent 30755ed1be
commit 86aa0eee3a

View File

@ -35,6 +35,6 @@
"build": "npm run clean && webpack && nico build",
"start": "npm run clean && concurrent -r 'webpack -w --watch-aggregate-timeout 0' 'nico server --watch'",
"clean": "rm -rf _site",
"deploy": "npm run build && gh-pages -d _site -b master"
"deploy": "npm run build && gh-pages -d _site -b gh-pages"
}
}