mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1b8000dd63
Release angular.dev on each commit to the appropriate version of the documentation site based on the current state of the repository. PR Close #55792
19 lines
360 B
Python
19 lines
360 B
Python
load("//tools:defaults.bzl", "esbuild_checked_in")
|
|
|
|
exports_files([
|
|
"tsconfig.json",
|
|
])
|
|
|
|
esbuild_checked_in(
|
|
name = "main",
|
|
entry_point = "//.github/actions/deploy-docs-site/lib:main.ts",
|
|
external = [
|
|
"undici",
|
|
],
|
|
platform = "node",
|
|
target = "node14",
|
|
deps = [
|
|
"//.github/actions/deploy-docs-site/lib",
|
|
],
|
|
)
|