Skip to content

Commit

Permalink
Auto stash before rebase of "upstream/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 26, 2019
1 parent 5094dad commit 330f034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion internal/rollup/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nodejs_binary(
# Allow --define=ROLLUP_BUNDLE_FIXED_CHUNK_NAMES=1 to be passed as
# process.env so we can give predictable chunk names in CI
configuration_env_vars = ["ROLLUP_BUNDLE_FIXED_CHUNK_NAMES"],
entry_point = "@build_bazel_rules_nodejs_rollup_deps//:node_modules/rollup/bin/rollup",
entry_point = "@build_bazel_rules_nodejs_rollup_deps//rollup/bin:rollup",
install_source_map_support = False,
node_modules = "@build_bazel_rules_nodejs_rollup_deps//:node_modules",
visibility = ["//visibility:public"],
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dev_dependencies")
rules_nodejs_dev_dependencies()

# Uncomment for local development
# local_repository(
# name = "build_bazel_rules_typescript",
# path = "../../../rules_typescript",
# )
local_repository(
name = "build_bazel_rules_typescript",
path = "../../../rules_typescript",
)

# We use git_repository since Renovate knows how to update it.
# With http_archive it only sees releases/download/*.tar.gz urls
Expand Down

0 comments on commit 330f034

Please sign in to comment.