Skip to content

Commit

Permalink
Add missing BUILD file to @bazel/typescript package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 22, 2019
1 parent dba7250 commit 283f140
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/typescript/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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 283f140

Please sign in to comment.