Skip to content

Commit

Permalink
Restore some changes which were made directly on GitHub and later ove…
Browse files Browse the repository at this point in the history
…rwritten by Copybara.

PiperOrigin-RevId: 186814719
  • Loading branch information
alexeagle committed Feb 23, 2018
1 parent 104fc41 commit a765196
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
platforms:
ubuntu1404:
run_targets:
- "@yarn//:yarn"
build_targets:
- "..."
test_flags:
- "--test_tag_filters=-browser:Chrome"
test_targets:
- "..."
ubuntu1604:
run_targets:
- "@yarn//:yarn"
build_targets:
- "..."
test_flags:
- "--test_tag_filters=-browser:Chrome"
test_targets:
- "..."
macos:
run_targets:
- "@yarn//:yarn"
build_targets:
- "..."
test_targets:
- "..."
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Circle CI | Bazel CI
:---: | :---:
[![CircleCI](https://circleci.com/gh/bazelbuild/rules_typescript.svg?style=svg)](https://circleci.com/gh/bazelbuild/rules_typescript) | [![Build Status](http://ci.bazel.io/buildStatus/icon?job=rules_typescript)](http://ci.bazel.io/job/rules_typescript)
[![CircleCI](https://circleci.com/gh/bazelbuild/rules_typescript.svg?style=svg)](https://circleci.com/gh/bazelbuild/rules_typescript) | [![Build status](https://badge.buildkite.com/7f98e137cd86baa5a4040a7e750bef87ef5fd293092fdaf878.svg)](https://buildkite.com/bazel/typescript-rules-typescript-postsubmit)

**WARNING: this is an early release with limited features. Breaking changes are likely. Not recommended for general use.**

Expand Down
11 changes: 8 additions & 3 deletions third_party/github.com/bazelbuild/rules_typescript/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@

workspace(name = "build_bazel_rules_typescript")

git_repository(
# Using a pre-release snapshot to pick up a commit that makes all nodejs_binary
# programs produce source-mapped stack traces.
RULES_NODEJS_VERSION = "926349cea4cd360afcd5647ccdd09d2d2fb471aa"

http_archive(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs",
commit = "7d4e13a7d1bbc5eded35df631338e9f0719a1737",
url = "https://github.com/bazelbuild/rules_nodejs/archive/%s.zip" % RULES_NODEJS_VERSION,
strip_prefix = "rules_nodejs-%s" % RULES_NODEJS_VERSION,
sha256 = "5ba3c8c209078c2e3f0c6aa4abd01a1a561f92a5bfda04e25604af5f4734d69d",
)

load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
Expand Down

0 comments on commit a765196

Please sign in to comment.