Commit f7119984 authored by qinhaitao's avatar qinhaitao

refactor: 💡 格式优化

parent b60b2ec9
...@@ -56,7 +56,6 @@ gulp.task('format', async () => { ...@@ -56,7 +56,6 @@ gulp.task('format', async () => {
.src(nunjucksRenderConfig.ServerFullPath + '/**/*.ts') .src(nunjucksRenderConfig.ServerFullPath + '/**/*.ts')
.pipe(prettier(prettierConfig)) .pipe(prettier(prettierConfig))
.pipe(gulp.dest(nunjucksRenderConfig.ServerFullPath + '/')) .pipe(gulp.dest(nunjucksRenderConfig.ServerFullPath + '/'))
}) })
gulp.task('code', gulp.series('build', 'format')) gulp.task('code', gulp.series('build', 'format'))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment