mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
update deploy scripts
This commit is contained in:
parent
30755ed1be
commit
86aa0eee3a
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user