Skip to content

Commit

Permalink
Export the correct file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter committed May 28, 2019
1 parent c765e93 commit 1e11a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vendored_node/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")

exports_files(["node-v10.12.0-linux-x64"])
exports_files(["node-v10.12.0-linux-x64/bin/node"])

jasmine_node_test(
name = "yarn_test",
Expand Down

0 comments on commit 1e11a7c

Please sign in to comment.