angular-cn/tools/validate-commit-message
Greg Magolan c438b5eeda build(bazel): turn on preserve-symlinks (#24881)
This change turns on preserve-symlinks in nodejs to verify hermeticity of the Angular build.

BREAKING CHANGE: Use of @angular/bazel rules now requires calling ng_setup_workspace() in your WORKSPACE file.

For example:

local_repository(
    name = "angular",
    path = "node_modules/@angular/bazel",
)

load("@angular//:index.bzl", "ng_setup_workspace")

ng_setup_workspace()

PR Close #24881
2018-07-20 10:37:30 -07:00
..
spec/support ci: validate the message of each new commit as part of the CI linting 2017-01-23 10:51:28 -08:00
BUILD.bazel build(bazel): turn on preserve-symlinks (#24881) 2018-07-20 10:37:30 -07:00
commit-message.json docs: rename the "aio" component to "docs-infra" (#24295) 2018-06-04 17:25:13 -07:00
index.js ci: add @license to tools/validate-commit-message 2017-01-23 13:03:40 -08:00
validate-commit-message.js build: make commit validation accept typical Revert messages (#23480) 2018-04-22 11:49:49 -07:00
validate-commit-message.spec.js build: make commit validation accept typical Revert messages (#23480) 2018-04-22 11:49:49 -07:00