test: Enable sass compiler for bazel integration test (#19357)
This commit is contained in:

committed by
Victor Berchet

parent
27c6638913
commit
2cf52c1b55
@ -18,3 +18,13 @@ local_repository(
|
||||
name = "angular",
|
||||
path = "node_modules/@angular/bazel",
|
||||
)
|
||||
|
||||
git_repository(
|
||||
name = "io_bazel_rules_sass",
|
||||
remote = "https://github.com/bazelbuild/rules_sass.git",
|
||||
tag = "0.0.2",
|
||||
)
|
||||
|
||||
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
|
||||
|
||||
sass_repositories()
|
||||
|
Reference in New Issue
Block a user