File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/angular/ssr/test/npm_package Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ diff_test(
37
37
failure_message = """
38
38
39
39
To accept the new golden file, execute:
40
- yarn bazel run //packages/angular/ssr/test/npm_package:beasties_license_test.accept
40
+ pnpm bazel run //packages/angular/ssr/test/npm_package:beasties_license_test.accept
41
41
""" ,
42
42
file1 = ":THIRD_PARTY_LICENSES.txt.golden" ,
43
43
file2 = ":beasties_license_file" ,
@@ -50,7 +50,7 @@ write_file(
50
50
[
51
51
"#!/usr/bin/env bash" ,
52
52
"cd ${BUILD_WORKSPACE_DIRECTORY}" ,
53
- "yarn bazel build //packages/angular/ssr:npm_package" ,
53
+ "pnpm bazel build //packages/angular/ssr:npm_package" ,
54
54
"cp -fv dist/bin/packages/angular/ssr/npm_package/third_party/beasties/THIRD_PARTY_LICENSES.txt packages/angular/ssr/test/npm_package/THIRD_PARTY_LICENSES.txt.golden" ,
55
55
],
56
56
is_executable = True ,
You can’t perform that action at this time.
0 commit comments