Revert "build: fix build failures with worker mode cache and @types/events (#31019)" (#31267)

This reverts commit 6ba42f1da4.

Reason: this causes failures in g3 with i18n extraction. See #31267.

PR Close #31267
This commit is contained in:
Alex Rickabaugh
2019-06-25 13:11:49 -07:00
committed by Kara Erickson
parent 98685e6f85
commit 26a85a82ff
4 changed files with 3 additions and 5 deletions

View File

@ -171,7 +171,7 @@ ts_library(
testonly = True,
srcs = ["npm_package/npm_package.spec.ts"],
deps = [
"@npm//@types/shelljs",
"@npm//@types",
],
)