[improvement] optimize changelog generate path

This commit is contained in:
陈嘉涵 2019-08-08 17:31:48 +08:00
parent 6d2be0f86c
commit 0f598899b1

View File

@ -11,7 +11,7 @@
"release": "sh build/release.sh",
"release:site": "sh build/release-site.sh",
"build:lib": "yarn && rm -rf dist && rm -rf lib && NODE_ENV=production node build/compiler.js",
"build:changelog": "vant-doc changelog --tag v0.5.0 changelog.generated.md"
"build:changelog": "vant-doc changelog --tag v0.5.0 ./docs/markdown/changelog.generated.md"
},
"files": [
"dist",