mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
[build] changelog dist path
This commit is contained in:
parent
1a2ae059de
commit
4d11b54524
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user