File tree Expand file tree Collapse file tree
.aspect/rules/external_repository_action_cache
npm/private/test/npm_package_publish Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ js/private/test/js_run_devserver/package.json=-459994543
2828js/private/test/node-patches/package.json=-2062409266
2929js/private/worker/src/package.json=49905594
3030npm/private/test/npm_package/package.json=-1991705133
31- npm/private/test/npm_package_publish/package.json=-646566766
31+ npm/private/test/npm_package_publish/package.json=1501316979
3232npm/private/test/package.json=1575868543
3333npm/private/test/vendored/is-odd/package.json=1041695223
3434npm/private/test/vendored/lodash-4.17.21.tgz=-1206623349
Original file line number Diff line number Diff line change 11{
2- "name" : " @mycorp/pkg-b " ,
2+ "name" : " @mycorp/pkg-to-publish " ,
33 "private" : true
44}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ readonly PUBLISH_B="$2"
77# to ensure package directory is properly passed and npm can read it.
88$PUBLISH_A 2> pub_a.log
99
10- cat pub_a.log | grep ' npm notice package: @mycorp/pkg-b @'
10+ cat pub_a.log | grep ' npm notice package: @mycorp/pkg-to-publish @'
1111
1212# shellcheck disable=SC2181
1313if [ $? != 0 ]; then
14- echo " FAIL: expected 'npm notice package: @mycorp/pkg-b @' error, GOT: $( cat pub_a.log) "
14+ echo " FAIL: expected 'npm notice package: @mycorp/pkg-to-publish @' error, GOT: $( cat pub_a.log) "
1515 exit 1
1616fi
1717
You can’t perform that action at this time.
0 commit comments