Skip to content

Commit

Permalink
fix: 优化脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxy-s10 committed Oct 1, 2022
1 parent 4acc631 commit 1615e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-tools/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const iconsVueTask = series(
);

// gulp4之前, 定义任务的方式
gulp.task('all', series(iconsSvgTask, iconsVueTask));
gulp.task('allTask', series(iconsSvgTask, iconsVueTask));

// gulp4定义任务的方式
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s",
"changelog:first": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
"commit": "cz",
"compile:dist": "gulp -f ./build-tools/gulpfile.js --series distTask",
"compile:all": "gulp -f ./build-tools/gulpfile.js allTask",
"compile:svg": "gulp -f ./build-tools/gulpfile.js iconsSvgTask",
"compile:vue": "gulp -f ./build-tools/gulpfile.js iconsVueTask",
"dev": "webpack serve --config ./build-tools/webpack/webpack.common.js --env development",
Expand Down

0 comments on commit 1615e6e

Please sign in to comment.