Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Sep 4, 2019
1 parent 3b6a388 commit 2b406ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codelab-elements/google-codelab/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ closure_js_library(
name = "google_codelab",
srcs = [
"google_codelab.js",
"google_codelab_def.js"
"google_codelab_def.js",
],
deps = [
"@io_bazel_rules_closure//closure/library",
Expand All @@ -40,6 +40,9 @@ closure_js_library(
srcs = [
"externs.js",
],
suppress = [
"JSC_STRICT_INEXISTENT_PROPERTY",
]
)

# Compiled version of GoogleCodelabStep element, suitable for distribution.
Expand Down

0 comments on commit 2b406ba

Please sign in to comment.