Skip to content

Commit

Permalink
Revert "build: fix release output containing invalid imports sometimes (
Browse files Browse the repository at this point in the history
#20201)" (#20206)

This reverts commit 43e3954.
  • Loading branch information
mmalerba committed Aug 5, 2020
1 parent 09e68db commit 4cc2943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.

This file was deleted.

5 changes: 1 addition & 4 deletions tools/postinstall/apply-patches.js
Expand Up @@ -14,7 +14,7 @@ const chalk = require('chalk');
* Version of the post install patch. Needs to be incremented when
* existing patches or edits have been modified.
*/
const PATCH_VERSION = 8;
const PATCH_VERSION = 6;

/** Path to the project directory. */
const projectDir = path.join(__dirname, '../..');
Expand Down Expand Up @@ -110,9 +110,6 @@ function applyPatches() {
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1208.
applyPatch(path.join(__dirname, './manifest_externs_hermeticity.patch'));

// Patches the changes from: https://github.com/bazelbuild/rules_typescript/pull/504.
applyPatch(path.join(__dirname, './@bazel_typescript_tsc_wrapped_worker_cache_fix.patch'));

try {
// Temporary patch pre-req for https://github.com/angular/angular/pull/36333.
// Can be removed once @angular/bazel is updated here to include this patch.
Expand Down

0 comments on commit 4cc2943

Please sign in to comment.