Skip to content

Commit 5520f80

Browse files
committed
[build] update changelog generate path
1 parent 8aee2f1 commit 5520f80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ package-lock.json
1212
es
1313
lib
1414
docs/dist
15-
docs/markdown/changelog.generated.md
15+
changelog.generated.md
1616
test/coverage
1717
packages/icon/svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color --silent",
2222
"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",
2323
"build:style-entry": "node build/build-style-entry.js",
24-
"build:changelog": "vant-doc changelog ./docs/markdown/changelog.generated.md",
24+
"build:changelog": "vant-doc changelog ./changelog.generated.md",
2525
"build:iconfont": "gulp --gulpfile ./build/build-iconfont.js",
2626
"build:lib": "node build/build-lib.js",
2727
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",

0 commit comments

Comments
 (0)