style: add gulp task to only format changed files (#24969)
Closes #24904 PR Close #24969
This commit is contained in:

committed by
Alex Rickabaugh

parent
a08af77b70
commit
ac3252a73b
@ -29,6 +29,7 @@ function loadTask(fileName, taskName) {
|
||||
|
||||
gulp.task('format:enforce', loadTask('format', 'enforce'));
|
||||
gulp.task('format', loadTask('format', 'format'));
|
||||
gulp.task('format:changed', loadTask('format', 'format-changed'));
|
||||
gulp.task('build.sh', loadTask('build', 'all'));
|
||||
gulp.task('build.sh:no-bundle', loadTask('build', 'no-bundle'));
|
||||
gulp.task('lint', ['format:enforce', 'validate-commit-messages', 'tslint']);
|
||||
|
Reference in New Issue
Block a user