mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
[build] update changelog generate path
This commit is contained in:
parent
8aee2f12cd
commit
5520f80373
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user