Skip to content

Commit

Permalink
Revert "Add missing BUILD file to @bazel/typescript package"
Browse files Browse the repository at this point in the history
This reverts commit 283f140.
It broke the build
  • Loading branch information
alexeagle committed Feb 22, 2019
1 parent 283f140 commit 3f2baf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/typescript/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ npm_package(
"package.bzl",
"package.json",
"version.bzl",
"//devserver:npm_package_assets",
"//internal:npm_package_assets",
"//ts_auto_deps:npm_package_assets",
],
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ workspace(name = "npm_bazel_typescript")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

# Uncomment for local development
local_repository(path = "../../../rules_typescript",
#git_repository(
#local_repository(path = "../../../rules_typescript",
git_repository(
name = "build_bazel_rules_typescript",
# commit = "57c8d4d02d28b95ca12a145538fa87e3ecc6b74b",
# remote = "http://github.com/bazelbuild/rules_typescript.git",
commit = "57c8d4d02d28b95ca12a145538fa87e3ecc6b74b",
remote = "http://github.com/bazelbuild/rules_typescript.git",
)

local_repository(
Expand Down

0 comments on commit 3f2baf1

Please sign in to comment.