We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798aca1 commit b9c7078Copy full SHA for b9c7078
scripts/release/workflow/pack.sh
@@ -10,7 +10,7 @@ dist_tag() {
10
if [ "$PRERELEASE" = "true" ]; then
11
echo "next"
12
elif npx semver -r ">$LATEST_NPM_VERSION" "$PACKAGE_JSON_VERSION" > /dev/null; then
13
- echo "latest"
+ echo "dev"
14
else
15
# This is a patch for an older version
16
# npm can't publish without a tag
0 commit comments