Skip to content

Commit

Permalink
Switch to yarn_install rule
Browse files Browse the repository at this point in the history
It's deterministic so we should start getting better cache hits.

Closes bazel-contrib#145

PiperOrigin-RevId: 184947481
  • Loading branch information
alexeagle committed Feb 8, 2018
1 parent 791757f commit 619e4bd
Show file tree
Hide file tree
Showing 5 changed files with 2,561 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace(name = "build_bazel_rules_typescript")
git_repository(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs",
commit = "609df7cb93ab412acabc40ead193cbe945dda674",
commit = "7d4e13a7d1bbc5eded35df631338e9f0719a1737",
)

load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


requirejs@2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.3.5.tgz#617b9acbbcb336540ef4914d790323a8d4b861b0"
Loading

0 comments on commit 619e4bd

Please sign in to comment.