diff options
Diffstat (limited to 'test/runtimes/nodejs/BUILD')
-rw-r--r-- | test/runtimes/nodejs/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/nodejs/BUILD b/test/runtimes/nodejs/BUILD index 0fe5ff83e..0594c250b 100644 --- a/test/runtimes/nodejs/BUILD +++ b/test/runtimes/nodejs/BUILD @@ -5,4 +5,5 @@ package(licenses = ["notice"]) go_binary( name = "proctor-nodejs", srcs = ["proctor-nodejs.go"], + deps = ["//test/runtimes/common"], ) |