We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9acd1 commit cbc1745Copy full SHA for cbc1745
tools/scripts/npm_publish
@@ -270,7 +270,7 @@ publish_bundles() {
270
make clean-dist-bundles
271
if [[ "$?" -ne 0 ]]; then
272
echo '' >&2
273
- echo 'Error: unexpected error. Encountered an error when attempting to remove bundles artifacts.' >&2
+ echo 'Error: unexpected error. Encountered an error when attempting to remove bundle artifacts.' >&2
274
275
return 1
276
fi
0 commit comments