Skip to content

Commit d60196c

Browse files
mwczcastastrophe
authored andcommitted
fix error message when 'npm run release' is run outside monorepo root (#685)
1 parent ff859a5 commit d60196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ checkDir() {
3232
fi
3333
fi
3434

35-
echo "Error: publish must be run from the root directory. Use \`npm run publish-elements\`"
35+
echo "Error: release must be run from the repository's root directory."
3636
exit 1
3737
}
3838

0 commit comments

Comments
 (0)