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(
3737 failure_message = """
3838
3939 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
4141 """ ,
4242 file1 = ":THIRD_PARTY_LICENSES.txt.golden" ,
4343 file2 = ":beasties_license_file" ,
@@ -50,7 +50,7 @@ write_file(
5050 [
5151 "#!/usr/bin/env bash" ,
5252 "cd ${BUILD_WORKSPACE_DIRECTORY}" ,
53- "yarn bazel build //packages/angular/ssr:npm_package" ,
53+ "pnpm bazel build //packages/angular/ssr:npm_package" ,
5454 "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" ,
5555 ],
5656 is_executable = True ,
You can’t perform that action at this time.
0 commit comments