mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
watch mode arguments
This commit is contained in:
parent
1e68880e17
commit
88bcc34f5f
@ -29,7 +29,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run clean && webpack && nico build",
|
||||
"start": "npm run clean && concurrent --kill-others 'webpack -w' 'nico server --watch'",
|
||||
"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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user