ci: upgrade to node 8 and Bazel 0.8 (#20807)

Closes #19648

PR Close #20807
This commit is contained in:
Alex Eagle
2017-12-05 11:36:08 -08:00
committed by Igor Minar
parent 80eeba272a
commit d824cc26a0
9 changed files with 16 additions and 18 deletions

View File

@ -22,7 +22,7 @@ local_repository(
git_repository(
name = "io_bazel_rules_sass",
remote = "https://github.com/bazelbuild/rules_sass.git",
tag = "0.0.2",
tag = "0.0.3",
)
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")

View File

@ -20,6 +20,6 @@
},
"scripts": {
"postinstall": "ngc -p angular.tsconfig.json",
"test": "bazel build ..."
"test": "bazel build ... --noshow_progress"
}
}