Skip to content

Commit

Permalink
chore(release): NPM latest vs. next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Feb 5, 2025
1 parent 62136ef commit 5e5acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for relativefilepath in packages/*; do
cd "${relativefilepath}"
if [ "${filename}" != "ace-core-legacy" ]; then
# --dry-run
npm publish --access public --tag=latest .
npm publish --access public --tag=next .
#npm publish --access public --tag=latest .
fi
cd - &> /dev/null
Expand Down

0 comments on commit 5e5acf0

Please sign in to comment.