[build] changelog dist path

This commit is contained in:
陈嘉涵 2018-09-27 20:34:50 +08:00
parent 1a2ae059de
commit 4d11b54524
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
**Improvements**
- 使用 TypeScript 重构组件 [\#604](https://github.com/youzan/vant-weapp/pull/604)
- 编译工具升级至 babel7 和 precss 3.0 [\#656](https://github.com/youzan/vant-weapp/pull/656) [\#655](https://github.com/youzan/vant-weapp/pull/655)
- 编译工具升级至 babel 7 和 precss 3.0 [\#656](https://github.com/youzan/vant-weapp/pull/656) [\#655](https://github.com/youzan/vant-weapp/pull/655)
- 新增 Radio 单选框组件 [\#629](https://github.com/youzan/vant-weapp/pull/629)
- Button: 新增 id 属性 [\#650](https://github.com/youzan/vant-weapp/pull/650)
- Dialog: 支持 open-type 回调事件 [\#651](https://github.com/youzan/vant-weapp/pull/651)

View File

@ -11,7 +11,7 @@
"release": "sh build/release.sh",
"build:lib": "rm -rf dist && NODE_ENV=production node build/compiler.js",
"build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.prd.js && gh-pages -d docs/dist",
"build:changelog": "vant-doc changelog --tag v0.3.0 ./docs/markdown/changelog.generated.md"
"build:changelog": "vant-doc changelog --tag v0.3.0 ./dist/changelog.md"
},
"files": [
"dist"