There was an error while loading. Please reload this page.
1 parent 474e37a commit bf7f2dcCopy full SHA for bf7f2dc
1 file changed
scripts/release.sh
@@ -62,6 +62,8 @@ for dir in $platform_dirs; do
62
found=$(node -p "require('./$manifest').version")
63
[ "$found" = "$version" ] ||
64
die "platform package $dir is $found, expected $version"
65
+ npm view "$expected_name" name --json --registry=https://registry.npmjs.org/ >/dev/null 2>&1 ||
66
+ die "$expected_name is not bootstrapped on npm; publish an initial version and configure trusted publishing before tagging"
67
done
68
69
VERSION="$version" node -e '
0 commit comments