[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

@ -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"