Skip to content

Commit 85d5be1

Browse files
committed
wip!
1 parent 4df44dc commit 85d5be1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
fail-fast: false
106106
matrix:
107-
os: [ubuntu-latest]
107+
os: [windows-latest]
108108
node: [22]
109109
subset: [npm, esbuild]
110110
shard: [0, 1, 2, 3, 4, 5]

packages/angular/ssr/third_party/beasties/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ rollup_bundle(
4444
"@npm//:node_modules/beasties/dist/index.mjs": "index",
4545
},
4646
format = "esm",
47-
link_workspace_root = True,
4847
output_dir = True,
4948
sourcemap = "true",
5049
deps = [

0 commit comments

Comments
 (0)