mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
[build] update changelog generate path
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,6 +12,6 @@ package-lock.json
|
||||
es
|
||||
lib
|
||||
docs/dist
|
||||
docs/markdown/changelog.generated.md
|
||||
changelog.generated.md
|
||||
test/coverage
|
||||
packages/icon/svg
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color --silent",
|
||||
"build:vant": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js",
|
||||
"build:style-entry": "node build/build-style-entry.js",
|
||||
"build:changelog": "vant-doc changelog ./docs/markdown/changelog.generated.md",
|
||||
"build:changelog": "vant-doc changelog ./changelog.generated.md",
|
||||
"build:iconfont": "gulp --gulpfile ./build/build-iconfont.js",
|
||||
"build:lib": "node build/build-lib.js",
|
||||
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",
|
||||
|
Reference in New Issue
Block a user