Skip to content

Commit 3538af1

Browse files
devversionjosephperrott
authored andcommitted
build: remove gulp publish tasks (angular#14594)
* The gulp publish script has been replaced with a standalone NodeJS script. This just made a lot of things easier and also could work with Bazel in the future.
1 parent fd229d4 commit 3538af1

File tree

5 files changed

+0
-327
lines changed

5 files changed

+0
-327
lines changed

tools/gulp/gulpfile.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ import './tasks/lint';
2828
import './tasks/material-release';
2929
import './tasks/unit-test';
3030
import './tasks/universal';
31-
32-
import './tasks/publish/publish-task';
33-
import './tasks/publish/sanity-checks';
34-
import './tasks/publish/validate-release';

tools/gulp/tasks/publish/branch-check.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

tools/gulp/tasks/publish/publish-task.ts

Lines changed: 0 additions & 125 deletions
This file was deleted.

tools/gulp/tasks/publish/sanity-checks.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

tools/gulp/tasks/publish/validate-release.ts

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)